diff options
Diffstat (limited to 'Doc/libdbm.tex')
-rw-r--r-- | Doc/libdbm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libdbm.tex b/Doc/libdbm.tex index 416a6b0..35e0b4c 100644 --- a/Doc/libdbm.tex +++ b/Doc/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). |