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

Skip to content

Commit 4d20c2b

Browse files
authored
PEP8 *again*
1 parent 418873d commit 4d20c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ 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
778+
If *allkinds* is not ``None``, usually all polygons for a
779779
particular contour level are grouped together so that
780780
``level0segs = [polygon0]`` and ``level0kinds = [polygon0kinds]``.
781781

0 commit comments

Comments
 (0)