summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-10-14 06:36:45 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-10-14 06:36:45 (GMT)
commit5a72372329e0c6a47d226cdc33f7a22e424bb0d0 (patch)
tree6290648f6a86e779517121f76af8b78f6e728f63
parent65ad043ea3c331ee41b19746f3a15b19bef2dab1 (diff)
downloadcpython-5a72372329e0c6a47d226cdc33f7a22e424bb0d0.zip
cpython-5a72372329e0c6a47d226cdc33f7a22e424bb0d0.tar.gz
cpython-5a72372329e0c6a47d226cdc33f7a22e424bb0d0.tar.bz2
Clean up the language of a sentence relating to the connect() function and
user-defined datatypes.
-rw-r--r--Doc/lib/libsqlite3.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsqlite3.tex b/Doc/lib/libsqlite3.tex
index b8bdbdc..82416fa 100644
--- a/Doc/lib/libsqlite3.tex
+++ b/Doc/lib/libsqlite3.tex
@@ -150,7 +150,7 @@ For the \var{isolation_level} parameter, please see the \member{isolation_level}
property of \class{Connection} objects in section~\ref{sqlite3-Connection-IsolationLevel}.
SQLite natively supports only the types TEXT, INTEGER, FLOAT, BLOB and NULL. If
-you want to use other types, like you have to add support for them yourself.
+you want to use other types you must add support for them yourself.
The \var{detect_types} parameter and the using custom \strong{converters} registered with
the module-level \function{register_converter} function allow you to easily do that.