amn / csspring

A CSS parsing library
GNU General Public License v3.0
1 stars 0 forks source link

Error in documentation near the `macro` decorator in the `tokenizing` module template #12

Open amn opened 1 month ago

amn commented 1 month ago

It's called macro, not template:

https://github.com/amn/csspring/blob/fde1a78466b023dc3ebd001750a7fc036f165e48/expand/csspring/syntax/tokenizing.py#L415

It was called template earlier, but was renamed, while the old reference in the documentation text remains.