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

Skip to content

Commit fccf1ca

Browse files
rcomeroscargus
andauthored
Fix grammar
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 4d54405 commit fccf1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def interpolated(self, steps):
669669
"""
670670
Return a new path with each segment divided into *steps* parts.
671671
672-
Codes other than `LINETO` `MOVETO` and `CLOSEPOLY` are not handled correctly.
672+
Codes other than `LINETO`, `MOVETO`, and `CLOSEPOLY` are not handled correctly.
673673
674674
Parameters
675675
----------

0 commit comments

Comments
 (0)