Skip to content

Commit d35ebd0

Browse files
authored
Merge pull request #17384 from meeseeksmachine/auto-backport-of-pr-17383-on-v3.2.1-doc
Backport PR #17383 on branch v3.2.1-doc (yticks: Fix typos)
2 parents 7aae38c + f52c17e commit d35ebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ def yticks(ticks=None, labels=None, **kwargs):
15001500
Parameters
15011501
----------
15021502
ticks : array-like, optional
1503-
The list of xtick locations. Passing an empty list removes all xticks.
1503+
The list of ytick locations. Passing an empty list removes all yticks.
15041504
labels : array-like, optional
15051505
The labels to place at the given *ticks* locations. This argument can
15061506
only be passed if *ticks* is passed as well.

0 commit comments

Comments
 (0)