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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a72ded9bc81bd278bf119e92feaeaea2aa16f02d;p=thirdparty%2FPython%2Fcpython.git Remove a stray quote. --- diff --git a/Lib/pickletools.py b/Lib/pickletools.py index f7cebe3b69f3..e74430949ea7 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.