Skip to content

Commit

Permalink
typo: Yet another typo in logics-py example
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Oct 19, 2023
1 parent beb53c3 commit 1b40459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Using Logics in Python:
from logics import Logics

logics = Logics("a + 2 * 3 + b")
print(logics.run({"a": 1, b: "-Logics"})) # "7-Logics"
print(logics.run({"a": 1, "b": "-Logics"})) # "7-Logics"
```

## Features
Expand Down

0 comments on commit 1b40459

Please sign in to comment.