Skip to content
Snippets Groups Projects
Commit 7a7774ff authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Updated docstring

parent d3820174
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ def parse_groups(css):
"""
Parse CSS code one character at a time. This is more efficient than
simply splitting on brackets, especially for large style sheets. All
comments are ignored (both inline and multiline).
comments are ignored.
"""
stack = char = ''
prev_char = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment