From: Andrew M. Kuchling Date: Fri, 6 Oct 2006 10:38:10 +0000 (+0000) Subject: Case fixes X-Git-Tag: v2.4.4c1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d7a49e81346562bf63fd1b30e57d978c829601;p=thirdparty%2FPython%2Fcpython.git Case fixes --- diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index 452d7db2cf9a..9bda8e18669f 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -20,7 +20,7 @@ through 4.3 at the time of this writing). \begin{seealso} \seeurl{http://pybsddb.sourceforge.net/} - {Website with documentation for the new python Berkeley DB + {Website with documentation for the new Python Berkeley DB interface that closely mirrors the object oriented interface provided in Berkeley DB 3 and 4.} @@ -29,7 +29,7 @@ through 4.3 at the time of this writing). \end{seealso} The following is a description of the legacy \module{bsddb} interface -compatible with the old python bsddb module. For details about the more +compatible with the old Python bsddb module. For details about the more modern Db and DbEnv object oriented interface see the above mentioned pybsddb URL.