diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-09-12 20:50:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-09-12 20:50:23 (GMT) |
commit | abd5520cff4404929440d51fff808dee4560584e (patch) | |
tree | 6927170dc756cfe0c857b9099f00b12c2062c0d1 | |
parent | c0fdb18a04846586149bb6097b8358dac2d9a8ed (diff) | |
download | cpython-abd5520cff4404929440d51fff808dee4560584e.zip cpython-abd5520cff4404929440d51fff808dee4560584e.tar.gz cpython-abd5520cff4404929440d51fff808dee4560584e.tar.bz2 |
Markup typo fix
-rw-r--r-- | Doc/lib/libsqlite3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsqlite3.tex b/Doc/lib/libsqlite3.tex index a05f5af..45e67f7 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 |