fix name of db2pickle

This commit is contained in:
Skip Montanaro 2003-03-07 00:47:40 +00:00
parent a3e1e4cd79
commit ea7598e6f4

View file

@ -11,7 +11,7 @@
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.
"""