8000 Fix docstring type · matplotlib/matplotlib@1c20030 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c20030

Browse files
committed
Fix docstring type
1 parent 3be4490 commit 1c20030

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
@@ -1088,7 +1088,7 @@ def set_prop_cycle(self, *args, **kwargs):
10881088
Can also be `None` to reset to the cycle defined by the
10891089
current style.
10901090
1091-
label : name
1091+
label : str
10921092
The property key. Must be a valid `Artist` property.
10931093
For example, 'color' or 'linestyle'. Aliases are allowed,
10941094
such as 'c' for 'color' and 'lw' for 'linewidth'.

0 commit comments

Comments
 (0)
0