diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:12:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | f504f19c4b7301374c06518300dcd44d84f711c7 (patch) | |
tree | 493c158fb5f65c07670488ca92957d34ec5bdea4 /python/dotty | |
parent | 2e554c195836893306264c799b2e28075a583234 (diff) |
python/dotty: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/dotty')
-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 f7c54b064bb0..28c830ec7610 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. |