From bfcc144699573c131e5554a75e0e497299ed71ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 15 Sep 2012 10:41:08 +0200 Subject: [PATCH] Fix typo --- doc/examples/plot_pyramid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_pyramid.py b/doc/examples/plot_pyramid.py index 47ac1e16..8752af68 100644 --- a/doc/examples/plot_pyramid.py +++ b/doc/examples/plot_pyramid.py @@ -3,7 +3,7 @@ Build image pyramids ==================== -The `build_gauassian_pyramid` function takes an image and yields successive +The `build_gaussian_pyramid` function takes an image and yields successive images shrunk by a constant scale factor. Image pyramids are often used, e.g., to implement algorithms for denoising, texture discrimination, and scale- invariant detection.