Skip to content

Commit 0cda727

Browse files
committed
Update Doc/library/pickletools.rst
1 parent 8de9742 commit 0cda727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/pickletools.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ordinary users of the :mod:`pickle` module probably won't find the
1919

2020
.. _pickletools-cli:
2121

22-
Command line usage
22+
Command-line usage
2323
------------------
2424

2525
.. versionadded:: 3.2
@@ -48,7 +48,7 @@ For example, with a tuple ``(1, 2)`` pickled in file ``x.pickle``:
4848
9: . STOP
4949
highest protocol among opcodes = 2
5050
51-
Command line options
51+
Command-line options
5252
^^^^^^^^^^^^^^^^^^^^
5353

5454
.. program:: pickletools
@@ -72,7 +72,7 @@ Command line options
7272

7373
.. option:: -p, --preamble=<preamble>
7474

75-
When more than one pickle file are specified, print given preamble
75+
When more than one pickle file is specified, print given preamble
7676
before each disassembly.
7777

7878
.. option:: pickle_file
@@ -81,7 +81,7 @@ Command line options
8181

8282

8383

84-
Programmatic Interface
84+
Programmatic interface
8585
----------------------
8686

8787

0 commit comments

Comments
 (0)