Skip to content

Commit

Permalink
Fix a typo in the docstring for MessagePump.is_attached (Textualize#3051
Browse files Browse the repository at this point in the history
)
  • Loading branch information
davep authored Aug 3, 2023
1 parent 879c985 commit cce6433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/message_pump.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def log(self) -> Logger:

@property
def is_attached(self) -> bool:
"""Is the node is attached to the app via the DOM?"""
"""Is the node attached to the app via the DOM?"""
from .app import App

node = self
Expand Down

0 comments on commit cce6433

Please sign in to comment.