We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae96135 commit caea4bcCopy full SHA for caea4bc
1 file changed
src/csspring/values.py
@@ -1,6 +1,6 @@
1
"""Implement the ["CSS Values and Units Module Level 4"](http://drafts.csswg.org/css-values-4) specification.
2
3
-Only parts currently in use by the rest of the `csspring` pcakge, are implemented.
+Only parts currently in use by the rest of the `csspring` package, are implemented.
4
"""
5
from .syntax.tokenizing import Token, token_value, CommaToken, CommentToken, WhitespaceToken
6
0 commit comments