diff options
Diffstat (limited to 'Lib/dbhash.py')
-rw-r--r-- | Lib/dbhash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dbhash.py b/Lib/dbhash.py index 7aec772..9f8a9c3 100644 --- a/Lib/dbhash.py +++ b/Lib/dbhash.py @@ -1,4 +1,4 @@ -"""Provide a (g)dbm-compatible interface to bsdhash.hashopen.""" +"""Provide a (g)dbm-compatible interface to bsddb.hashopen.""" import sys try: |