]> granicus.if.org Git - python/commitdiff
Remove duplicate ', ' in dbhash.open()'s argument list.
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 13:49:59 +0000 (13:49 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 13:49:59 +0000 (13:49 +0000)
Doc/lib/libdbhash.tex

index d3ed0da5914a7fbc80a82e4d5db1ca539685149a..4b856de0b8e0c0764641016b4d6ea5f739d97721 100644 (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.