@@ -691,7 +691,7 @@ class ContourSet(cm.ScalarMappable, ContourLabeler):
691691 List of all the polygon segments for all the *levels*.
692692 For contour lines ``len(allsegs) == len(levels)``, and for
693693 filled contour regions ``len(allsegs) = len(levels)-1``. The lists
694- should look like::
694+ should look like ::
695695
696696 level0segs = [polygon0, polygon1, ...]
697697 polygon0 = [[x0, y0], [x1, y1], ...]
@@ -701,7 +701,7 @@ class ContourSet(cm.ScalarMappable, ContourLabeler):
701701 described and used in Path. This is used to allow multiply-
702702 connected paths such as holes within filled polygons.
703703 If not ``None``, ``len(allkinds) == len(allsegs)``. The lists
704- should look like::
704+ should look like ::
705705
706706 level0kinds = [polygon0kinds, ...]
707707 polygon0kinds = [vertexcode0, vertexcode1, ...]
@@ -757,7 +757,7 @@ def __init__(self, ax, *args,
757757 List of all the polygon segments for all the *levels*.
758758 For contour lines ``len(allsegs) == len(levels)``, and for
759759 filled contour regions ``len(allsegs) = len(levels)-1``. The lists
760- should look like::
760+ should look like ::
761761
762762 level0segs = [polygon0, polygon1, ...]
763763 polygon0 = [[x0, y0], [x1, y1], ...]
@@ -767,7 +767,7 @@ def __init__(self, ax, *args,
767767 described and used in Path. This is used to allow multiply-
768768 connected paths such as holes within filled polygons.
769769 If not ``None``, ``len(allkinds) == len(allsegs)``. The lists
770- should look like::
770+ should look like ::
771771
772772 level0kinds = [polygon0kinds, ...]
773773 polygon0kinds = [vertexcode0, vertexcode1, ...]
0 commit comments