Skip to content

Commit add50d4

Browse files
authored
Merge pull request #20922 from meeseeksmachine/auto-backport-of-pr-20920-on-v3.5.x
Backport PR #20920 on branch v3.5.x (Fix cubic curve code in `Path.__doc__`)
2 parents a3a913b + 48fcb03 commit add50d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/path.py

+1-1
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)