[Python-checkins] r52204 - python/trunk/Doc/lib/libbsddb.tex

andrew.kuchling python-checkins at python.org
Fri Oct 6 12:41:01 CEST 2006


Author: andrew.kuchling
Date: Fri Oct  6 12:41:01 2006
New Revision: 52204

Modified:
   python/trunk/Doc/lib/libbsddb.tex
Log:
Case fix

Modified: python/trunk/Doc/lib/libbsddb.tex
==============================================================================
--- python/trunk/Doc/lib/libbsddb.tex	(original)
+++ python/trunk/Doc/lib/libbsddb.tex	Fri Oct  6 12:41:01 2006
@@ -35,7 +35,7 @@
 multiprocess concurrent database access.
 
 The following is a description of the legacy \module{bsddb} interface
-compatible with the old python bsddb module.  Starting in Python 2.5 this
+compatible with the old Python bsddb module.  Starting in Python 2.5 this
 interface should be safe for multithreaded access.  The \module{bsddb.db}
 API is recommended for threading users as it provides better control.
 


More information about the Python-checkins mailing list