Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 418873d

Browse files
authored
make PEP8 happy
1 parent 498f6e1 commit 418873d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/contour.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,8 @@ def __init__(self, ax, *args, **kwargs):
775775
level0kinds = [polygon0kinds, ...]
776776
polygon0kinds = [vertexcode0, vertexcode1, ...]
777777
778-
If *allkinds* is not ``None``, usually all polygons for a particular
779-
contour level are grouped together so that
778+
If *allkinds* is not ``None``, usually all polygons for a
779+
particular contour level are grouped together so that
780780
``level0segs = [polygon0]`` and ``level0kinds = [polygon0kinds]``.
781781
782782
Keyword arguments are as described in

0 commit comments

Comments
 (0)