From b0d28687c9a7fccabe894d83329d5e773ff18061 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 3 Dec 2009 09:58:00 +0200 Subject: [PATCH] docs: Fix typo. --- scikits/image/io/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikits/image/io/io.py b/scikits/image/io/io.py index 479f0fe9..6801f474 100644 --- a/scikits/image/io/io.py +++ b/scikits/image/io/io.py @@ -21,7 +21,7 @@ def push(img): _image_stack.append(img) def pop(): - """Pop and image from the shared image stack. + """Pop an image from the shared image stack. Returns -------