From: Guido van Rossum Date: Mon, 27 Jan 2003 19:40:47 +0000 (+0000) Subject: Remove a stray quote. X-Git-Tag: v2.3c1~2283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72ded9bc81bd278bf119e92feaeaea2aa16f02d;p=python Remove a stray quote. --- 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.