From ed6f452c7c1a4aa46282dc73a3903b8cc86b22ef Mon Sep 17 00:00:00 2001 From: Pieter Holtzhausen Date: Fri, 19 Aug 2011 01:44:39 +0200 Subject: [PATCH] Tutorial edit --- doc/source/tutorials/radon_transform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorials/radon_transform.txt b/doc/source/tutorials/radon_transform.txt index 03eafa40..7983b414 100644 --- a/doc/source/tutorials/radon_transform.txt +++ b/doc/source/tutorials/radon_transform.txt @@ -54,7 +54,7 @@ Let us illustrate the transform by looking at projections taken at specific angl @savefig radon_projection_plot1.png width=4in In [15]: plt.show() -We are going to reconstruct an image from 180 (the default) of these projections. +We are going to reconstruct an image from 180 of these projections (the default). .. ipython::