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

Skip to content

Commit 48fcb03

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #20920: Fix cubic curve code in Path.__doc__
1 parent c231dec commit 48fcb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)