]> granicus.if.org Git - python/commitdiff
Markup typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 12 Sep 2006 20:50:23 +0000 (20:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 12 Sep 2006 20:50:23 +0000 (20:50 +0000)
Doc/lib/libsqlite3.tex

index a05f5af5201cdedbf209a015988b0acef0df22e5..45e67f798c861f1c0a4b824784056a5be1c949f7 100644 (file)
@@ -197,7 +197,7 @@ This can be used to build a shell for SQLite, like in the following example:
     \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