This commit is contained in:
Andrew M. Kuchling 2006-10-06 10:41:01 +00:00
parent 3c108b0e44
commit c536a64b89
1 changed files with 1 additions and 1 deletions

View File

@ -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.