Kaydet (Commit) 163b717c authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Fix typo.

üst 4040fb89
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment