small changes by Soren Larsen

This commit is contained in:
Guido van Rossum 1995-03-13 10:03:32 +00:00
parent a8a8d4aadd
commit 6bb1adc7ee
62 changed files with 394 additions and 406 deletions

View file

@ -19,6 +19,6 @@ raised for general mapping errors like specifying an incorrect key.
Open a dbm database and return a mapping object. \var{filename} is
the name of the database file (without the \file{.dir} or \file{.pag}
extensions), \var{rwmode} is \code{'r'}, \code{'w'} or \code{'rw'} as for
\code{open}, and \var{filemode} is the unix mode of the file, used only
\code{open}, and \var{filemode} is the \UNIX{} mode of the file, used only
when the database has to be created.
\end{funcdesc}