mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct a typo in the StylesCache docstring
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user