summaryrefslogtreecommitdiff
path: root/python/pysqlite
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 11:10:59 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:56 -0400
commit9644871a7629da977af88c2a354349de7ac06cdb (patch)
treef73e783dab91f16382789c380cb61a9aa1ec2247 /python/pysqlite
parent4731796771556bb601aef3131a1b5b4904843360 (diff)
downloadslackbuilds-9644871a7629da977af88c2a354349de7ac06cdb.tar.gz
python/pysqlite: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pysqlite')
-rw-r--r--python/pysqlite/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/pysqlite/README b/python/pysqlite/README
index 57071d09e0..5572da787e 100644
--- a/python/pysqlite/README
+++ b/python/pysqlite/README
@@ -1,5 +1,6 @@
pysqlite - Python Interface to SQLite 3
-pysqlite is an interface to the SQLite 3.x embedded relational database engine.
-It is almost fully compliant with the Python database API version 2.0 and also
-exposes the unique features of SQLite.
+pysqlite is an interface to the SQLite 3.x embedded relational
+database engine. It is almost fully compliant with the Python
+database API version 2.0 and also exposes the unique features of
+SQLite.