From ee82f284077af15b511a7074db881d21a7ad9b3c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 28 Apr 2022 15:26:32 +0100 Subject: [PATCH] Update src/textual/dom.py Co-authored-by: Darren Burns --- src/textual/dom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/dom.py b/src/textual/dom.py index a42180df7..f24368bb8 100644 --- a/src/textual/dom.py +++ b/src/textual/dom.py @@ -274,7 +274,7 @@ class DOMNode(MessagePump): """Get the text style object. A widget's style is influenced by its parent. For instance if a widgets background has an alpha, - then its parent's background color will show throw. Additionally, widgets will inherit their + then its parent's background color will show through. Additionally, widgets will inherit their parent's text style (i.e. bold, italic etc). Returns: