diff options
author | Guido van Rossum <guido@python.org> | 2003-01-27 19:40:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-01-27 19:40:47 (GMT) |
commit | a72ded9bc81bd278bf119e92feaeaea2aa16f02d (patch) | |
tree | efd14c78083cdad6c9d44e698be10474de16d02a /Lib/pickletools.py | |
parent | 1996e23054f2ac79cf89c9ef04714f336b0a17ce (diff) | |
download | cpython-a72ded9bc81bd278bf119e92feaeaea2aa16f02d.zip cpython-a72ded9bc81bd278bf119e92feaeaea2aa16f02d.tar.gz cpython-a72ded9bc81bd278bf119e92feaeaea2aa16f02d.tar.bz2 |
Remove a stray quote.
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 f7cebe3..e744309 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. |