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 852b2b7

Browse filesBrowse files
committed
Fix trivial typo in error message.
1 parent 99d19f7 commit 852b2b7
Copy full SHA for 852b2b7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def cycler(*args, **kwargs):
846846
if len(args) == 1:
847847
if not isinstance(args[0], Cycler):
848848
raise TypeError("If only one positional argument given, it must "
849-
" be a Cycler instance.")
849+
"be a Cycler instance.")
850850
return validate_cycler(args[0])
851851
elif len(args) == 2:
852852
pairs = [(args[0], args[1])]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.