]> granicus.if.org Git - python/commitdiff
Remove a stray quote.
authorGuido van Rossum <guido@python.org>
Mon, 27 Jan 2003 19:40:47 +0000 (19:40 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Jan 2003 19:40:47 +0000 (19:40 +0000)
Lib/pickletools.py

index f7cebe3b69f33640e70b2c38f7b82980e7ddbd30..e74430949ea7c657b0d3669cdb006da5f7074848 100644 (file)
@@ -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.