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

Skip to content

Commit 2747b1d

Browse files
committed
Fix typo in Path.__doc__
1 parent 57db263 commit 2747b1d

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
@@ -33,7 +33,7 @@ class Path:
3333
3434
These two arrays always have the same length in the first
3535
dimension. For example, to represent a cubic curve, you must
36-
provide three vertices as well as three codes ``CURVE3``.
36+
provide three vertices as well as three codes ``CURVE4``.
3737
3838
The code types are:
3939

0 commit comments

Comments
 (0)