Skip to content

Commit caea4bc

Browse files
committed
Fix word spelling error in documentation
1 parent ae96135 commit caea4bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/csspring/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Implement the ["CSS Values and Units Module Level 4"](http://drafts.csswg.org/css-values-4) specification.
22
3-
Only parts currently in use by the rest of the `csspring` pcakge, are implemented.
3+
Only parts currently in use by the rest of the `csspring` package, are implemented.
44
"""
55
from .syntax.tokenizing import Token, token_value, CommaToken, CommentToken, WhitespaceToken
66

0 commit comments

Comments
 (0)