Fix typo in polygon example script doc

This commit is contained in:
Johannes Schönberger
2012-09-03 22:07:10 +02:00
parent 05ae17e0d5
commit e16a6d32dc
+3 -3
View File
@@ -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.