From 42e9be455952cc4fd69f8f7143cd363b58ef6b9b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 24 Dec 1992 11:38:29 +0000 Subject: [PATCH] Fix typo in print message --- Demo/sgi/video/Vplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/sgi/video/Vplay.py b/Demo/sgi/video/Vplay.py index 4a51c6e394a..4f85eef162d 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