cpython: 9feada79a411 (original) (raw)
Mercurial > cpython
changeset 87685:9feada79a411
Issue #19754: Fix typo. [#19754]
Alexandre Vassalotti alexandre@peadrop.com | |
---|---|
date | Sun, 01 Dec 2013 16:31:49 -0800 |
parents | bb71baa28f1b |
children | 786a106fc6b7 |
files | Lib/pickletools.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/pickletools.py 2 |
line wrap: on
line diff
--- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -2313,7 +2313,7 @@ def optimize(p): buf.start_framing() for start, stop, putid in opcodes: if putid in gets:
#buf.commit_frame()[](#l1.7)