aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/pickle2db.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-03-07 00:47:40 +0000
committerSkip Montanaro <skip@pobox.com>2003-03-07 00:47:40 +0000
commitea7598e6f48394e40220857e87bf02ba4570302d (patch)
treeb11622ff4b31a579bb2960d416ea10ce14943185 /Tools/scripts/pickle2db.py
parenta3e1e4cd79abe7069c8bc20db65161dd8c68b305 (diff)
downloadcpython-ea7598e6f48394e40220857e87bf02ba4570302d.tar.gz
cpython-ea7598e6f48394e40220857e87bf02ba4570302d.zip
fix name of db2pickle
Diffstat (limited to 'Tools/scripts/pickle2db.py')
-rw-r--r--Tools/scripts/pickle2db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/pickle2db.py b/Tools/scripts/pickle2db.py
index 863c0697d90..5cd550cfdf6 100644
--- a/Tools/scripts/pickle2db.py
+++ b/Tools/scripts/pickle2db.py
@@ -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.
"""