summaryrefslogtreecommitdiffstats
path: root/python/dotty
diff options
context:
space:
mode:
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
commitf504f19c4b7301374c06518300dcd44d84f711c7 (patch)
tree493c158fb5f65c07670488ca92957d34ec5bdea4 /python/dotty
parent2e554c195836893306264c799b2e28075a583234 (diff)
downloadslackbuilds-f504f19c4b7301374c06518300dcd44d84f711c7.tar.gz
slackbuilds-f504f19c4b7301374c06518300dcd44d84f711c7.tar.xz
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/README8
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.