]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
minor cleanup of the previous change; now matches corresponding change
authorFred Drake <fdrake@acm.org>
Mon, 26 Jul 2004 16:34:41 +0000 (16:34 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 26 Jul 2004 16:34:41 +0000 (16:34 +0000)
on the trunk

Doc/lib/libbsddb.tex

index 65791dee6683a314e6d5ab151f11183569756c80..33d63290839651215e18f9d463375d25193efc4e 100644 (file)
@@ -55,7 +55,7 @@ to be preserved on disk may be created by passing \code{None} as the
 \var{filename}.  The optional
 \var{flag} identifies the mode used to open the file.  It may be
 \character{r} (read only), \character{w} (read-write),
-\character{c} (read-write - create if necessary, default) or
+\character{c} (read-write - create if necessary; the default) or
 \character{n} (read-write - truncate to zero length).  The other
 arguments are rarely used and are just passed to the low-level
 \cfunction{dbopen()} function.  Consult the Berkeley DB documentation
@@ -71,7 +71,7 @@ to be preserved on disk may be created by passing \code{None} as the
 \var{filename}.  The optional
 \var{flag} identifies the mode used to open the file.  It may be
 \character{r} (read only), \character{w} (read-write),
-\character{c} (read-write - create if necessary, default) or
+\character{c} (read-write - create if necessary; the default) or
 \character{n} (read-write - truncate to zero length).  The other
 arguments are rarely used and are just passed to the low-level dbopen
 function.  Consult the Berkeley DB documentation for their use and