`intersperse` uses the `*args` syntax, meaning explanation of `intersperse(('foo', 'bar', 'baz'), ...)` as written in the docstring, is incorrect: https://github.com/amn/csspring/blob/0ce47c55e81a81be9b7afe7f52fd3ff46b617855/src/csspring/utils.py#L21
intersperseuses the*argssyntax, meaning explanation ofintersperse(('foo', 'bar', 'baz'), ...)as written in the docstring, is incorrect:csspring/src/csspring/utils.py
Line 21 in 0ce47c5