Commit 4402195e authored by Guido van Rossum's avatar Guido van Rossum

Typo.

parent 3135e213
...@@ -95,7 +95,7 @@ def main(): ...@@ -95,7 +95,7 @@ def main():
if o == "-p": if o == "-p":
pack = int(a) pack = int(a)
if o == "-t": if o == "-t":
trans = ont(a) trans = int(a)
if o == "-u": if o == "-u":
update = 1 update = 1
if o == "-w": if o == "-w":
......
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