Fix typo in print message

This commit is contained in:
Guido van Rossum 1992-12-24 11:38:29 +00:00
parent 5b40761856
commit 42e9be4559
1 changed files with 1 additions and 1 deletions

View File

@ -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