diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:10:59 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | 9644871a7629da977af88c2a354349de7ac06cdb (patch) | |
tree | f73e783dab91f16382789c380cb61a9aa1ec2247 /python/pysqlite | |
parent | 4731796771556bb601aef3131a1b5b4904843360 (diff) | |
download | slackbuilds-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/README | 7 |
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. |