From 69940973db6c14dab89880ab97cbbd9ade4b526b Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 27 Jun 2001 13:49:59 +0000 Subject: Remove duplicate ', ' in dbhash.open()'s argument list. --- Doc/lib/libdbhash.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex index d3ed0da..4b856de 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. -- cgit v0.12