mirror of https://github.com/python/cpython
Remove a stray quote.
This commit is contained in:
parent
1996e23054
commit
a72ded9bc8
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue