]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in print message
authorGuido van Rossum <guido@python.org>
Thu, 24 Dec 1992 11:38:29 +0000 (11:38 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Dec 1992 11:38:29 +0000 (11:38 +0000)
Demo/sgi/video/Vplay.py

index 4a51c6e394a19fb847590f052d8fe97b9ff12a80..4f85eef162d6e7cf7bbd991cca00d15aef53f51b 100755 (executable)
@@ -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