diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-10-06 10:41:01 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-10-06 10:41:01 (GMT) |
commit | c536a64b892df840b0b37e7454d2f46f53a27647 (patch) | |
tree | b2d1edd8967b34fe612be6aca1930bd07ef98d1c | |
parent | 3c108b0e44f0f59ede60eba00c92e8a494771825 (diff) | |
download | cpython-c536a64b892df840b0b37e7454d2f46f53a27647.zip cpython-c536a64b892df840b0b37e7454d2f46f53a27647.tar.gz cpython-c536a64b892df840b0b37e7454d2f46f53a27647.tar.bz2 |
Case fix
-rw-r--r-- | Doc/lib/libbsddb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index 48a8e12..85ea824 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. |