Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5e5e51

Browse files
author
Skip Montanaro
committed
typo
1 parent 25fe0bf commit c5e5e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/db2pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Synopsis: %(prog)s [-h|-b|-r] dbfile [ picklefile ]
55
6-
Convert the bsddb database file given on the command like to a pickle
6+
Convert the database file given on the command line to a pickle
77
representation. The optional flags indicate the type of the database (hash,
88
btree, recno). The default is hash. If a pickle file is named it is opened
99
for write access (deleting any existing data). If no pickle file is named,

0 commit comments

Comments
 (0)