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

Skip to content

Commit 8df717a

Browse files
author
Skip Montanaro
committed
minor __doc__ string tweakage
1 parent c5e5e51 commit 8df717a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Tools/scripts/pickle2db.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
Synopsis: %(prog)s [-h|-b|-r|-a|-d] dbfile [ picklefile ]
55
66
Read the given picklefile as a series of key/value pairs and write to a new
7-
bsddb database. If the database already exists, any contents are deleted.
8-
The optional flags indicate the type of the database (bsddb hash, bsddb
9-
btree, bsddb recno, anydbm, dbm). The default is hash. If a pickle file is
10-
named it is opened for read access. If no pickle file is named, the pickle
11-
input is read from standard input.
7+
database. If the database already exists, any contents are deleted. The
8+
optional flags indicate the type of the database (bsddb hash, bsddb btree,
9+
bsddb recno, anydbm, dbm). The default is hash. If a pickle file is named
10+
it is opened for read access. If no pickle file is named, the pickle input
11+
is read from standard input.
1212
1313
Note that recno databases can only contain numeric keys, so you can't dump a
1414
hash or btree database using db2pickle.py and reconstitute it to a recno

0 commit comments

Comments
 (0)