Commit 7a2daf49 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Markup typo fix

parent e60fed5f
...@@ -197,7 +197,7 @@ This can be used to build a shell for SQLite, like in the following example: ...@@ -197,7 +197,7 @@ This can be used to build a shell for SQLite, like in the following example:
\verbatiminput{sqlite3/complete_statement.py} \verbatiminput{sqlite3/complete_statement.py}
\end{funcdesc} \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, By default you will not get any tracebacks in user-defined functions,
aggregates, converters, authorizer callbacks etc. If you want to debug them, 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 you can call this function with \var{flag} as True. Afterwards, you will get
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment