mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
|
@ -18,7 +18,8 @@ raised for general mapping errors like specifying an incorrect key.
|
|||
\begin{funcdesc}{open}{filename\, rwmode\, filemode}
|
||||
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
|
||||
when the database has to be created.
|
||||
extensions), \var{rwmode} is \code{'r'}, \code{'w'} or \code{'rw'} to
|
||||
open the database fore reading, writing or both respectively,
|
||||
and \var{filemode} is the \UNIX{} mode of the file, used only
|
||||
when the database has to be created (but to be supplied at all times).
|
||||
\end{funcdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue