From e0c1e0332881a1e64750a6924d0dceb8709252b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 7 Jul 2013 10:18:54 +0200 Subject: [PATCH] fix title --- doc/examples/plot_hough_transform.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/plot_hough_transform.py b/doc/examples/plot_hough_transform.py index 985d97ec..e19c37d7 100644 --- a/doc/examples/plot_hough_transform.py +++ b/doc/examples/plot_hough_transform.py @@ -1,7 +1,7 @@ """ -=============== -Hough transform -=============== +============================= +Straight line Hough transform +============================= The Hough transform in its simplest form is a `method to detect straight lines `__.