Remove duplicate ', ' in dbhash.open()'s argument list.

This commit is contained in:
Thomas Wouters 2001-06-27 13:49:59 +00:00
parent f6ed0740a8
commit 69940973db
1 changed files with 1 additions and 1 deletions

View File

@ -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.