mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Remove duplicate ', ' in dbhash.open()'s argument list.
This commit is contained in:
parent
f6ed0740a8
commit
69940973db
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue