From c1c5be1b61a27d52e54700519bcb146de9327842 Mon Sep 17 00:00:00 2001 From: Pieter Holtzhausen Date: Mon, 22 Aug 2011 14:02:01 +0200 Subject: [PATCH] Docstring optional --- scikits/image/io/video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -------