summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VGrabber.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/VGrabber.py')
-rwxr-xr-xDemo/sgi/video/VGrabber.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/VGrabber.py b/Demo/sgi/video/VGrabber.py
index 3c8693c..242ebf2 100755
--- a/Demo/sgi/video/VGrabber.py
+++ b/Demo/sgi/video/VGrabber.py
@@ -10,7 +10,7 @@ from VFile import Error
class VGrabber(VFile.VideoParams):
- # XXX The init() method of VideoParams is just fine, for now
+ # XXX The constructor of VideoParams is just fine, for now
# Grab a frame.
# Return (data, chromdata) just like getnextframe().