mirror of https://github.com/python/cpython
Fix typo in print message
This commit is contained in:
parent
5b40761856
commit
42e9be4559
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue