commit | a72ded9bc81bd278bf119e92feaeaea2aa16f02d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 27 19:40:47 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 27 19:40:47 2003 +0000 |
tree | efd14c78083cdad6c9d44e698be10474de16d02a | |
parent | 1996e23054f2ac79cf89c9ef04714f336b0a17ce [diff] |
Remove a stray quote.
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 @@ # 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.