Commit 3962fdb2 authored by Guido van Rossum's avatar Guido van Rossum

correct typos in option parsing loop

parent e6b7979d
......@@ -284,9 +284,9 @@ def test():
action = PythonIndenter.complete
elif o == '-r':
action = PythonIndenter.reformat
elif p == '-s':
elif o == '-s':
stepsize = string.atoi(a)
elif p == '-t':
elif o == '-t':
tabsize = string.atoi(a)
# end if
# end for
......
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