diff --git a/scikits/image/io/video.py b/scikits/image/io/video.py index 774dd8be..c79d553d 100644 --- a/scikits/image/io/video.py +++ b/scikits/image/io/video.py @@ -345,8 +345,8 @@ class Video(object): Parameters ---------- - time_range: range (int) - Time steps to extract. + time_range: range (int), optional + Time steps to extract, defaults to the entire length of video. Returns -------