summaryrefslogtreecommitdiff
path: root/Lib/pickletools.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-01-27 19:40:47 +0000
committerGuido van Rossum <guido@python.org>2003-01-27 19:40:47 +0000
commitbcbb2060f1cf7140658d885250ef0113fe19b53f (patch)
tree725cd326665e78fa041ab4a53d06b1c8c7c9b83e /Lib/pickletools.py
parent088a7f97e6a1d698b8bf02bf34f931f9ff005aee (diff)
downloadcpython-bcbb2060f1cf7140658d885250ef0113fe19b53f.tar.gz
Remove a stray quote.
Diffstat (limited to 'Lib/pickletools.py')
-rw-r--r--Lib/pickletools.py2
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.