Markup typo fix

This commit is contained in:
Andrew M. Kuchling 2006-09-12 20:50:23 +00:00
parent c0fdb18a04
commit abd5520cff
1 changed files with 1 additions and 1 deletions

View 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