From e16a6d32dc4919db711bc5963601179aa4e3019c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 3 Sep 2012 22:07:10 +0200 Subject: [PATCH] Fix typo in polygon example script doc --- doc/examples/plot_polygon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/plot_polygon.py b/doc/examples/plot_polygon.py index 5b745fed..05ca5359 100644 --- a/doc/examples/plot_polygon.py +++ b/doc/examples/plot_polygon.py @@ -1,7 +1,7 @@ """ -=================================== -Approximatea and subdivide polygons -=================================== +================================== +Approximate and subdivide polygons +================================== This example shows how to approximate (Douglas-Peucker algorithm) and subdivide (B-Splines) polygonal chains.