From: Thomas Wouters Date: Wed, 27 Jun 2001 13:49:59 +0000 (+0000) Subject: Remove duplicate ', ' in dbhash.open()'s argument list. X-Git-Tag: v2.2a3~1397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69940973db6c14dab89880ab97cbbd9ade4b526b;p=thirdparty%2FPython%2Fcpython.git Remove duplicate ', ' in dbhash.open()'s argument list. --- diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex index d3ed0da5914a..4b856de0b8e0 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.