From: Guido van Rossum Date: Tue, 2 Mar 1993 12:16:56 +0000 (+0000) Subject: Fix syntax error (sorry!) X-Git-Tag: v0.9.9~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f48b419a075dc237eb145e1b71cec12afdb7aff4;p=thirdparty%2FPython%2Fcpython.git Fix syntax error (sorry!) --- diff --git a/Demo/sgi/video/Vrec.py b/Demo/sgi/video/Vrec.py index a78490f62607..164e89e14729 100755 --- a/Demo/sgi/video/Vrec.py +++ b/Demo/sgi/video/Vrec.py @@ -265,7 +265,7 @@ def record(v, info, filename, audiofilename, mono, grey, greybits, \ vout.setformat(format) vout.setsize(x, y) if fields: - vout.setpf(1, -2)) + vout.setpf((1, -2)) vout.writeheader() if preallocspace: print 'Preallocating space...'