@@ -688,7 +688,7 @@ class ContourSet(cm.ScalarMappable, ContourLabeler):
688688 List of all the polygon segments for all the *levels*.
689689 For contour lines ``len(allsegs) == len(levels)``, and for
690690 filled contour regions ``len(allsegs) = len(levels)-1``. The lists
691- should look like::
691+ should look like ::
692692
693693 level0segs = [polygon0, polygon1, ...]
694694 polygon0 = [[x0, y0], [x1, y1], ...]
@@ -698,7 +698,7 @@ class ContourSet(cm.ScalarMappable, ContourLabeler):
698698 described and used in Path. This is used to allow multiply-
699699 connected paths such as holes within filled polygons.
700700 If not ``None``, ``len(allkinds) == len(allsegs)``. The lists
701- should look like::
701+ should look like ::
702702
703703 level0kinds = [polygon0kinds, ...]
704704 polygon0kinds = [vertexcode0, vertexcode1, ...]
@@ -754,7 +754,7 @@ def __init__(self, ax, *args,
754754 List of all the polygon segments for all the *levels*.
755755 For contour lines ``len(allsegs) == len(levels)``, and for
756756 filled contour regions ``len(allsegs) = len(levels)-1``. The lists
757- should look like::
757+ should look like ::
758758
759759 level0segs = [polygon0, polygon1, ...]
760760 polygon0 = [[x0, y0], [x1, y1], ...]
@@ -764,7 +764,7 @@ def __init__(self, ax, *args,
764764 described and used in Path. This is used to allow multiply-
765765 connected paths such as holes within filled polygons.
766766 If not ``None``, ``len(allkinds) == len(allsegs)``. The lists
767- should look like::
767+ should look like ::
768768
769769 level0kinds = [polygon0kinds, ...]
770770 polygon0kinds = [vertexcode0, vertexcode1, ...]
0 commit comments