Correct a typo in the StylesCache docstring

This commit is contained in:
Dave Pearson
2022-11-15 09:56:48 +00:00
parent 1f4c156eac
commit 912980d615

View File

@@ -53,7 +53,7 @@ def style_links(
class StylesCache:
"""Responsible for rendering CSS Styles and keeping a cached of rendered lines.
"""Responsible for rendering CSS Styles and keeping a cache of rendered lines.
The render method applies border, outline, and padding set in the Styles object to widget content.