[Python-checkins] r52327 - python/trunk/Doc/lib/libsqlite3.tex

brett.cannon python-checkins at python.org
Sat Oct 14 08:36:46 CEST 2006


Author: brett.cannon
Date: Sat Oct 14 08:36:45 2006
New Revision: 52327

Modified:
   python/trunk/Doc/lib/libsqlite3.tex
Log:
Clean up the language of a sentence relating to the connect() function and
user-defined datatypes.


Modified: python/trunk/Doc/lib/libsqlite3.tex
==============================================================================
--- python/trunk/Doc/lib/libsqlite3.tex	(original)
+++ python/trunk/Doc/lib/libsqlite3.tex	Sat Oct 14 08:36:45 2006
@@ -150,7 +150,7 @@
 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.
 


More information about the Python-checkins mailing list