diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/dotty/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/dotty/README b/python/dotty/README index f7c54b064b..28c830ec76 100644 --- a/python/dotty/README +++ b/python/dotty/README @@ -1,6 +1,6 @@ dotty (Python query language) -EFILTER (dotty) is a general purpose query language designed to be embedded in -python applications and libraries. It supports SQL-like syntax to filter your -application's data and provides a convenient way to directly search through -the objects your applications manages. +EFILTER (dotty) is a general purpose query language designed to be +embedded in python applications and libraries. It supports SQL-like +syntax to filter your application's data and provides a convenient way +to directly search through the objects your applications manages. |