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

Skip to content

Commit 70d4546

Browse files
committed
Actually fix the cycler typo
1 parent 7bd973c commit 70d4546

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/api/rcsetup_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*****
1+
*******
22
rcsetup
3-
*****
3+
*******
44

55

66
:mod:`matplotlib.rcsetup`

lib/matplotlib/rcsetup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ def cycler(*args, **kwargs):
733733
Creates a :class:`cycler.Cycler` object much like :func:`cycler.cycler`,
734734
but includes input validation.
735735
736-
cyler(arg)
737-
cyler(label, itr)
738-
cyler(label1=itr1[, label2=itr2[, ...]])
736+
cycler(arg)
737+
cycler(label, itr)
738+
cycler(label1=itr1[, label2=itr2[, ...]])
739739
740740
Form 1 simply copies a given `Cycler` object.
741741

0 commit comments

Comments
 (0)