diff options
Diffstat (limited to 'Lib/pickletools.py')
-rw-r--r-- | Lib/pickletools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pickletools.py b/Lib/pickletools.py index f7cebe3b69..e74430949e 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -1510,7 +1510,7 @@ assure_pickle_consistency() # A pickle opcode generator. def genops(pickle): - """"Generate all the opcodes in a pickle. + """Generate all the opcodes in a pickle. 'pickle' is a file-like object, or string, containing the pickle. |