8000 Merge pull request #11043 from jason-neal/patch-1 · matplotlib/matplotlib@90437e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90437e4

Browse files
authored
Merge pull request #11043 from jason-neal/patch-1
Doc: unreference specific axis for get_ticklabels() in axis.py
2 parents 640ecd9 + e16b493 commit 90437e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def get_minorticklabels(self):
12451245

12461246
def get_ticklabels(self, minor=False, which=None):
12471247
"""
1248-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
1248+
Get the tick labels as a list of :class:`~matplotlib.text.Text`
12491249
instances.
12501250
12511251
Parameters

0 commit comments

Comments
 (0)
0