mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Fix typo in print message
This commit is contained in:
parent
5b40761856
commit
42e9be4559
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ def main():
|
||||||
if opt == '-y': yoff = string.atoi(arg)
|
if opt == '-y': yoff = string.atoi(arg)
|
||||||
except string.atoi_error:
|
except string.atoi_error:
|
||||||
sys.stdout = sys.stderr
|
sys.stdout = sys.stderr
|
||||||
print 'Option', opt, 'require integer argument'
|
print 'Option', opt, 'requires integer argument'
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
# Check validity of certain options combinations
|
# Check validity of certain options combinations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue