-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
intersperse uses the *args syntax, meaning explanation of intersperse(('foo', 'bar', 'baz'), ...) as written in the docstring, is incorrect:
csspring/src/csspring/utils.py
Line 21 in 0ce47c5
| E.g. `intersperse(("foo", "bar", "baz"), "-")` will yield "foo", "-", "bar", "-", then "baz". |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation