Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ecee13

Browse files
ltfschoennorvig
authored andcommitted
Update logic.py fix minor typos (#474)
1 parent bce7ced commit 5ecee13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Logical expressions can be created with Expr or expr, imported from utils, TODO
1414
or with expr, which adds the capability to write a string that uses
1515
the connectives ==>, <==, <=>, or <=/=>. But be careful: these have the
16-
opertor precedence of commas; you may need to add parens to make precendence work.
16+
operator precedence of commas; you may need to add parens to make precedence work.
1717
See logic.ipynb for examples.
1818
1919
Then we implement various functions for doing logical inference:

0 commit comments

Comments
 (0)