10000 Complete docstring for input type · matplotlib/matplotlib@357ed8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 357ed8b

Browse files
committed
Complete docstring for input type
1 parent 0a6feed commit 357ed8b

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
@@ -1521,7 +1521,7 @@ def set_ticklabels(self, ticklabels, *args, **kwargs):
15211521
tick locations, regardless of the state of label1On and
15221522
label2On.
15231523
1524-
ACCEPTS: sequence of strings
1524+
ACCEPTS: sequence of strings or Text objects
15251525
"""
15261526
get_labels = []
15271527
for t in ticklabels:

0 commit comments

Comments
 (0)
0