fix name of db2pickle

This commit is contained in:
Skip Montanaro 2003-03-07 00:47:40 +00:00
parent a3e1e4cd79
commit ea7598e6f4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ named it is opened for read access. If no pickle file is named, the pickle
input is read from standard input.
Note that recno databases can only contain numeric keys, so you can't dump a
hash or btree database using bsddb2pickle.py and reconstitute it to a recno
hash or btree database using db2pickle.py and reconstitute it to a recno
database with %(prog)s.
"""