Skip to content

Commit

Permalink
Clean up the language of a sentence relating to the connect() functio…
Browse files Browse the repository at this point in the history
…n and

user-defined datatypes.


git-svn-id: http://svn.python.org/projects/python/trunk@52327 6015fed2-1504-0410-9fe1-9d1591cc4771
  • Loading branch information
brett.cannon committed Oct 14, 2006
1 parent 49c0c6e commit ad8532c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/lib/libsqlite3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ \subsection{Module functions and constants\label{sqlite3-Module-Contents}}
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.

Expand Down

0 comments on commit ad8532c

Please sign in to comment.