Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f02990

Browse filesBrowse files
authored
Typo: sysmpy --> sympy
1 parent 40a0cdb commit 1f02990
Copy full SHA for 1f02990

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎数理逻辑/codes/mbinary/system_L.py

Copy file name to clipboardExpand all lines: 数理逻辑/codes/mbinary/system_L.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
NON = sympy.Symbol('~')
3131
CONTAIN = sympy.Symbol('>')
32-
AND = sympy .Symbol('&')
33-
OR = sysmpy.Symbol('|')
34-
EQUAL = sysmpy.Symbol('-')
32+
AND = sympy.Symbol('&')
33+
OR = sympy.Symbol('|')
34+
EQUAL = sympy.Symbol('-')
3535
LEFT = sympy.Symbol('(')
3636
RIGHT = sympy.Symbol(')')
3737

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.