mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
fix name of db2pickle
This commit is contained in:
parent
a3e1e4cd79
commit
ea7598e6f4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue