Skip to content

Commit 954cb56

Browse files
committed
Update doc string for get_yticklabels
The doc string has a typo in that it says it returns x ticks instead of y. Correct it
1 parent 834cfc8 commit 954cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3525,7 +3525,7 @@ def get_yminorticklabels(self):
35253525

35263526
def get_yticklabels(self, minor=False, which=None):
35273527
"""
3528-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
3528+
Get the y tick labels as a list of :class:`~matplotlib.text.Text`
35293529
instances.
35303530
35313531
Parameters

0 commit comments

Comments
 (0)