From 23cdbe8c72c0bcacff1f58cd30f9be817645866c Mon Sep 17 00:00:00 2001 From: Yaroslav Polyakov Date: Sun, 28 Aug 2022 23:59:03 +0700 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5207a6d..0ff4363 100644 --- a/README.md +++ b/README.md @@ -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