mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix syntax error (sorry!)
This commit is contained in:
parent
2d413788ca
commit
f48b419a07
1 changed files with 1 additions and 1 deletions
|
@ -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...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue