Remove a stray quote.

This commit is contained in:
Guido van Rossum 2003-01-27 19:40:47 +00:00
parent 1996e23054
commit a72ded9bc8
1 changed files with 1 additions and 1 deletions

View 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.