docstring [skip ci]

This commit is contained in:
Will McGugan
2023-02-09 12:07:48 +00:00
parent f450d98e3e
commit 74fc85054c

View File

@@ -125,7 +125,7 @@ class MessagePump(metaclass=MessagePumpMeta):
@property
def is_attached(self) -> bool:
"""Check the node is attached to the app via the DOM."""
"""Is the node is attached to the app via the DOM."""
from .app import App
node = self