Skip to content

Commit 7b1b6f9

Browse files
authored
Merge pull request #20920 from dpoznik/fix-Path-doc-typo
Fix cubic curve code in `Path.__doc__`
2 parents 57db263 + 2747b1d commit 7b1b6f9

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)