Skip to content

Commit 74ad0c2

Browse files
committed
Fix flake8
1 parent 29ffef6 commit 74ad0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/cbook/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2029,8 +2029,8 @@ def _unfold(arr, axis, size, step):
20292029
def _array_patch_perimeters(x, rstride, cstride):
20302030
"""Extract perimeters of patches from **arr**.
20312031
2032-
Extracted patches are of size (**rstride** + 1) x (**cstride** + 1) and share
2033-
perimeters with their neighbors.
2032+
Extracted patches are of size (**rstride** + 1) x (**cstride** + 1) and
2033+
share perimeters with their neighbors.
20342034
20352035
Parameters
20362036
----------

0 commit comments

Comments
 (0)