summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbtables.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2008-05-22 15:27:38 (GMT)
committerJesus Cea <jcea@jcea.es>2008-05-22 15:27:38 (GMT)
commitca3939cd52664cce10283cb47b360f1df1552fa0 (patch)
tree64bcf50336b2a496963fb7f11f0ff7d1bac3f9c1 /Lib/bsddb/dbtables.py
parent9a8af2df23a9e96ce5034b42c9f22ffdb7e033f8 (diff)
downloadcpython-ca3939cd52664cce10283cb47b360f1df1552fa0.zip
cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.tar.gz
cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.tar.bz2
bsddb module updated to version 4.7.0
Diffstat (limited to 'Lib/bsddb/dbtables.py')
-rw-r--r--Lib/bsddb/dbtables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/bsddb/dbtables.py b/Lib/bsddb/dbtables.py
index babe97c..27028d3 100644
--- a/Lib/bsddb/dbtables.py
+++ b/Lib/bsddb/dbtables.py
@@ -13,7 +13,7 @@
# -- Gregory P. Smith <greg@krypto.org>
# This provides a simple database table interface built on top of
-# the Python BerkeleyDB 3 interface.
+# the Python Berkeley DB 3 interface.
#
_cvsid = '$Id$'
@@ -139,7 +139,7 @@ class bsdTableDB :
recover=0, dbflags=0):
"""bsdTableDB(filename, dbhome, create=0, truncate=0, mode=0600)
- Open database name in the dbhome BerkeleyDB directory.
+ Open database name in the dbhome Berkeley DB directory.
Use keyword arguments when calling this constructor.
"""
self.db = None