From: Andrew M. Kuchling Date: Tue, 12 Sep 2006 20:50:23 +0000 (+0000) Subject: Markup typo fix X-Git-Tag: v2.6a1~2666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abd5520cff4404929440d51fff808dee4560584e;p=python Markup typo fix --- diff --git a/Doc/lib/libsqlite3.tex b/Doc/lib/libsqlite3.tex index a05f5af520..45e67f798c 100644 --- a/Doc/lib/libsqlite3.tex +++ b/Doc/lib/libsqlite3.tex @@ -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