Skip to content

Commit

Permalink
Merge pull request #11 from jwilk-forks/readme
Browse files Browse the repository at this point in the history
README: fix syntax error in example expression
  • Loading branch information
yaroslaff authored Oct 16, 2024
2 parents ddbabdb + 77c62ec commit 27cbb24
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 @@ -11,7 +11,7 @@ Originally it's developed for filtering complex data structures e.g.

Find cheap smartphones available for sale:
```python
category="smartphones" and price<300 and stock>0
category=="smartphones" and price<300 and stock>0
```

But also, it can be used for other expressions, e.g. arithmetical, like
Expand Down

0 comments on commit 27cbb24

Please sign in to comment.