mirror of
https://github.com/python/cpython.git
synced 2025-10-11 17:32:49 +00:00
Remove a stray quote.
This commit is contained in:
parent
1996e23054
commit
a72ded9bc8
1 changed files with 1 additions and 1 deletions
|
@ -1510,7 +1510,7 @@ assure_pickle_consistency()
|
||||||
# A pickle opcode generator.
|
# A pickle opcode generator.
|
||||||
|
|
||||||
def genops(pickle):
|
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.
|
'pickle' is a file-like object, or string, containing the pickle.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue