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 1c7b926 + 4620d5c commit 7821735Copy full SHA for 7821735
cycler.py
@@ -519,7 +519,7 @@ def cycler(*args, **kwargs):
519
if len(args) == 1:
520
if not isinstance(args[0], Cycler):
521
raise TypeError("If only one positional argument given, it must "
522
- " be a Cycler instance.")
+ "be a Cycler instance.")
523
return Cycler(args[0])
524
elif len(args) == 2:
525
return _cycler(*args)
0 commit comments