8000 Merge pull request #29979 from martincornejo/fix-typo · matplotlib/matplotlib@919d9e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 919d9e9

Browse files
authored
Merge pull request #29979 from martincornejo/fix-typo
Fix typos: horizonatal -> horizontal
2 parents 828ec6f + 88edd84 commit 919d9e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ class Axes(_AxesBase):
590590
weights: ArrayLike | None = ...,
591591
*,
592592
complementary: bool=...,
593-
orientation: Literal["vertical", "horizonatal"]=...,
593+
orientation: Literal["vertical", "horizontal"]=...,
594594
compress: bool=...,
595595
data=...,
596596
**kwargs

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3247,7 +3247,7 @@ def ecdf(
32473247
weights: ArrayLike | None = None,
32483248
*,
32493249
complementary: bool = False,
3250-
orientation: Literal["vertical", "horizonatal"] = "vertical",
3250+
orientation: Literal["vertical", "horizontal"] = "vertical",
32513251
compress: bool = False,
32523252
data=None,
32533253
**kwargs,

0 commit comments

Comments
 (0)
0