Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d19f7 commit 852b2b7Copy full SHA for 852b2b7
1 file changed
lib/matplotlib/rcsetup.py
@@ -846,7 +846,7 @@ def cycler(*args, **kwargs):
846
if len(args) == 1:
847
if not isinstance(args[0], Cycler):
848
raise TypeError("If only one positional argument given, it must "
849
- " be a Cycler instance.")
+ "be a Cycler instance.")
850
return validate_cycler(args[0])
851
elif len(args) == 2:
852
pairs = [(args[0], args[1])]
0 commit comments