Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e6922d

Browse files
authored
Merge pull request #11046 from matplotlib/auto-backport-of-pr-11043
Backport PR #11043 on branch v2.2.2-doc
2 parents 7928522 + 859559a commit 7e6922d

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
@@ -1256,7 +1256,7 @@ def get_minorticklabels(self):
12561256

12571257
def get_ticklabels(self, minor=False, which=None):
12581258
"""
1259-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
1259+
Get the tick labels as a list of :class:`~matplotlib.text.Text`
12601260
instances.
12611261
12621262
Parameters

0 commit comments

Comments
 (0)