8000 Fix typos: horizonatal -> horizontal · matplotlib/matplotlib@88edd84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88edd84

Browse files
Fix typos: horizonatal -> horizontal
1 parent 828ec6f commit 88edd84

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