diff options
author | Skip Montanaro <skip@pobox.com> | 2003-05-05 14:16:41 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-05-05 14:16:41 (GMT) |
commit | 581c36773a5915411611d7079b62dce9976adaf1 (patch) | |
tree | 2b3cdced49026d4c51e12a574d98ab40d4757247 /Lib | |
parent | 53e73c36ee52a646f4460f82fbcbd1fd36e188a9 (diff) | |
download | cpython-581c36773a5915411611d7079b62dce9976adaf1.zip cpython-581c36773a5915411611d7079b62dce9976adaf1.tar.gz cpython-581c36773a5915411611d7079b62dce9976adaf1.tar.bz2 |
typo
Diffstat (limited to 'Lib')
-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: |