mirror of https://github.com/python/cpython.git
Remove duplicate ', ' in dbhash.open()'s argument list.
This commit is contained in:
parent
f6ed0740a8
commit
69940973db
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue