Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Aug 28, 2022
1 parent e9525d3 commit 23cdbe8
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 @@ -243,7 +243,7 @@ int(1)

### Filtering by user-supplied condition ###

This is code of `examples/products.py`. Expression is validated and compiles once and executed many times, so filtering is both fast and secure.
This is code of `examples/products.py`. Expression is validated and compiled once and executed (as byte-code, very fast) many times, so filtering is both fast and secure.


~~~python
Expand Down

0 comments on commit 23cdbe8

Please sign in to comment.