From: Guido van Rossum Date: Thu, 24 Dec 1992 11:38:29 +0000 (+0000) Subject: Fix typo in print message X-Git-Tag: v0.9.8~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42e9be455952cc4fd69f8f7143cd363b58ef6b9b;p=thirdparty%2FPython%2Fcpython.git Fix typo in print message --- diff --git a/Demo/sgi/video/Vplay.py b/Demo/sgi/video/Vplay.py index 4a51c6e394a1..4f85eef162d6 100755 --- a/Demo/sgi/video/Vplay.py +++ b/Demo/sgi/video/Vplay.py @@ -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