From 53de0db1649fda3b219bc03302a43d2b5eeda35f Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Thu, 8 May 2014 18:19:57 +1000 Subject: [PATCH] Very minor text change --- doc/source/user_guide/viewer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/viewer.txt b/doc/source/user_guide/viewer.txt index 73c4dc00..3145effd 100644 --- a/doc/source/user_guide/viewer.txt +++ b/doc/source/user_guide/viewer.txt @@ -40,7 +40,7 @@ input image, and a data field (which may be ``None``). A plugin class documents its return value in its ``output`` method. In this example, only one plugin is attached, so the list returned by ``show`` -will have length 1. We extract that single tuple and bind its ``overlay`` and +will have length 1. We extract the single tuple and bind its ``overlay`` and ``data`` elements to individual variables. Here, ``overlay`` contains an image of the line drawn on the viewer, and ``data`` contains the 1-dimensional intensity profile along that line.