pelme/htpy

Typo in docs

Closed this issue · 1 comments

https://htpy.dev/usage/#idclass-shorthand

>>> from htpy import div
>>> print(div(".foo.bar"))
<div id="foo bar"></div>

should print class and not div

Thanks for reporting! It is fixed and updated in the docs now!