From c536a64b892df840b0b37e7454d2f46f53a27647 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 6 Oct 2006 10:41:01 +0000 Subject: [PATCH] Case fix --- Doc/lib/libbsddb.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index 48a8e122f0..85ea824db0 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -35,7 +35,7 @@ documented at the above URLs. Additional features provided by the 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. -- 2.50.0