summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-06-05 05:33:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-06-05 05:33:19 (GMT)
commite24fef0dd243fc896bfe1947cd638e225e7361c5 (patch)
treec9f3b1a49696c1dd5559ce6bac727e4963f8c4d2 /Doc/lib
parent2750bcc2d139f95b08693512af4b4ae50c505998 (diff)
downloadcpython-e24fef0dd243fc896bfe1947cd638e225e7361c5.zip
cpython-e24fef0dd243fc896bfe1947cd638e225e7361c5.tar.gz
cpython-e24fef0dd243fc896bfe1947cd638e225e7361c5.tar.bz2
Fix bug #422702: Make flag argument to open optional, and document it that way.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libdbhash.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex
index 61b0163..d3ed0da 100644
--- a/Doc/lib/libdbhash.tex
+++ b/Doc/lib/libdbhash.tex
@@ -21,7 +21,7 @@ This module provides an exception and a function:
\exception{KeyError}. It is a synonym for \exception{bsddb.error}.
\end{excdesc}
-\begin{funcdesc}{open}{path, flag\optional{, mode}}
+\begin{funcdesc}{open}{path, \optional{, flag\optional{, mode}}}
Open a \code{db} database and return the database object. The
\var{path} argument is the name of the database file.