mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typo.
This commit is contained in:
parent
4040fb8961
commit
163b717cd3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Parser:
|
|||
# strings don't have a .translate() method that supports
|
||||
# deletechars.
|
||||
uniphooey = s
|
||||
str = []
|
||||
s = []
|
||||
push = s.append
|
||||
for raw in map(ord, uniphooey):
|
||||
push(raw < 127 and chr(raw) or "x")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue