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

andrew.kuchling python-checkins at python.org
Tue Sep 12 22:50:23 CEST 2006


Author: andrew.kuchling
Date: Tue Sep 12 22:50:23 2006
New Revision: 51866

Modified:
   python/trunk/Doc/lib/libsqlite3.tex
Log:
Markup typo fix

Modified: python/trunk/Doc/lib/libsqlite3.tex
==============================================================================
--- python/trunk/Doc/lib/libsqlite3.tex	(original)
+++ python/trunk/Doc/lib/libsqlite3.tex	Tue Sep 12 22:50:23 2006
@@ -197,7 +197,7 @@
     \verbatiminput{sqlite3/complete_statement.py}
 \end{funcdesc}
 
-\begin{funcdesc}{}enable_callback_tracebacks{flag}
+\begin{funcdesc}{enable_callback_tracebacks}{flag}
 By default you will not get any tracebacks in user-defined functions,
 aggregates, converters, authorizer callbacks etc. If you want to debug them,
 you can call this function with \var{flag} as True. Afterwards, you will get


More information about the Python-checkins mailing list