From ec0ff38c8bc34b656da20759695bb2bd0748d755 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:07:54 -0400 Subject: python/apsw: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/apsw/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'python/apsw') diff --git a/python/apsw/README b/python/apsw/README index ee0623e83c4b2..a62bef6dd067b 100644 --- a/python/apsw/README +++ b/python/apsw/README @@ -1,5 +1,6 @@ -APSW is a Python wrapper for the SQLite embedded relational database engine. In -contrast to other wrappers such as pysqlite it focuses on being a minimal layer -over SQLite attempting just to translate the complete SQLite API into Python. -The documentation has a section on the differences between APSW and pysqlite. -APSW supports CPython 2.3 onwards and CPython 3.1 onwards. +APSW is a Python wrapper for the SQLite embedded relational database +engine. In contrast to other wrappers such as pysqlite it focuses on +being a minimal layer over SQLite attempting just to translate the +complete SQLite API into Python. The documentation has a section on +the differences between APSW and pysqlite. APSW supports CPython 2.3 +onwards and CPython 3.1 onwards. -- cgit v1.2.3