]> granicus.if.org Git - python/commitdiff
Clean up the language of a sentence relating to the connect() function and
authorBrett Cannon <bcannon@gmail.com>
Sat, 14 Oct 2006 06:36:45 +0000 (06:36 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 14 Oct 2006 06:36:45 +0000 (06:36 +0000)
user-defined datatypes.

Doc/lib/libsqlite3.tex

index b8bdbdc81318e833ccefb931dadc83cd99b7aa17..82416fa53d997d52c167479980d415188d1eb18b 100644 (file)
@@ -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.