aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/apsw/README11
1 files changed, 6 insertions, 5 deletions
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.