diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-17 06:33:25 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-17 06:33:25 +0000 |
commit | cce1090d49ba91cdc06c60d8a2af04d057abe7dc (patch) | |
tree | 8b866b9986508cfb7cec89ab4fb5e1c269756b8f /Doc/lib/libdbm.tex | |
parent | c9a4438c16c66af5b196adf172fd3416ac4ec9d3 (diff) | |
download | cpython-git-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.tar.gz |
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
Diffstat (limited to 'Doc/lib/libdbm.tex')
-rw-r--r-- | Doc/lib/libdbm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex index 416a6b0d57..35e0b4cb15 100644 --- a/Doc/lib/libdbm.tex +++ b/Doc/lib/libdbm.tex @@ -20,7 +20,7 @@ Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is raised for general mapping errors like specifying an incorrect key. \end{excdesc} -\begin{funcdesc}{open}{filename\, \optional{flag\, \optional{mode}}} +\begin{funcdesc}{open}{filename, \optional{flag, \optional{mode}}} Open a dbm database and return a dbm object. The \var{filename} argument is the name of the database file (without the \file{.dir} or \file{.pag} extensions). |