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.
2 parents 99d19f7 + 852b2b7 commit dd63f1eCopy full SHA for dd63f1e
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