Commit 82242d31 authored by Guido van Rossum's avatar Guido van Rossum

Fix typo in print message

parent 6875a949
......@@ -98,7 +98,7 @@ def main():
if opt == '-y': yoff = string.atoi(arg)
except string.atoi_error:
sys.stdout = sys.stderr
print 'Option', opt, 'require integer argument'
print 'Option', opt, 'requires integer argument'
sys.exit(2)
# Check validity of certain options combinations
......
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