summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdbhash.tex
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2001-06-27 13:49:59 (GMT)
committerThomas Wouters <thomas@python.org>2001-06-27 13:49:59 (GMT)
commit69940973db6c14dab89880ab97cbbd9ade4b526b (patch)
tree091dbb2507d5d5b6cf04f810664b580dc23c98eb /Doc/lib/libdbhash.tex
parentf6ed0740a89bea8a8b219c3dbce0702e25e18bd8 (diff)
downloadcpython-69940973db6c14dab89880ab97cbbd9ade4b526b.zip
cpython-69940973db6c14dab89880ab97cbbd9ade4b526b.tar.gz
cpython-69940973db6c14dab89880ab97cbbd9ade4b526b.tar.bz2
Remove duplicate ', ' in dbhash.open()'s argument list.
Diffstat (limited to 'Doc/lib/libdbhash.tex')
-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 d3ed0da..4b856de 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, \optional{, 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.