Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70d4546

Browse filesBrowse files
committed
Actually fix the cycler typo
1 parent 7bd973c commit 70d4546
Copy full SHA for 70d4546

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎doc/api/rcsetup_api.rst

Copy file name to clipboardExpand all lines: doc/api/rcsetup_api.rst
+2-2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.