Skip to content

Commit 4ee1e05

Browse files
rcomermeeseeksmachine
authored andcommitted
Backport PR #29979: Fix typos: horizonatal -> horizontal
1 parent 8a1cea5 commit 4ee1e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ class Axes(_AxesBase):
602602
weights: ArrayLike | None = ...,
603603
*,
604604
complementary: bool=...,
605-
orientation: Literal["vertical", "horizonatal"]=...,
605+
orientation: Literal["vertical", "horizontal"]=...,
606606
compress: bool=...,
607607
data=...,
608608
**kwargs

lib/matplotlib/pyplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3241,7 +3241,7 @@ def ecdf(
32413241
weights: ArrayLike | None = None,
32423242
*,
32433243
complementary: bool = False,
3244-
orientation: Literal["vertical", "horizonatal"] = "vertical",
3244+
orientation: Literal["vertical", "horizontal"] = "vertical",
32453245
compress: bool = False,
32463246
data=None,
32473247
**kwargs,

0 commit comments

Comments
 (0)