]> granicus.if.org Git - python/commitdiff
fix name of db2pickle
authorSkip Montanaro <skip@pobox.com>
Fri, 7 Mar 2003 00:47:40 +0000 (00:47 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 7 Mar 2003 00:47:40 +0000 (00:47 +0000)
Tools/scripts/pickle2db.py

index 863c0697d90d0c8c73d10196dbfd6511545432f4..5cd550cfdf6073892e023891efbc4ddcdaf9377f 100644 (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.
 """