Bläddra i källkod

Updated docstring

Taddeus Kroes 13 år sedan
förälder
incheckning
7a7774ff0c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      parse.py

+ 1 - 1
parse.py

@@ -10,7 +10,7 @@ def parse_groups(css):
     """
     """
     Parse CSS code one character at a time. This is more efficient than
     Parse CSS code one character at a time. This is more efficient than
     simply splitting on brackets, especially for large style sheets. All
     simply splitting on brackets, especially for large style sheets. All
-    comments are ignored (both inline and multiline).
+    comments are ignored.
     """
     """
     stack = char = ''
     stack = char = ''
     prev_char = None
     prev_char = None