Update src/textual/message_pump.py

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-08-10 14:51:59 +01:00
committed by GitHub
parent 688cbbb6ef
commit 483e7abae9

View File

@@ -55,7 +55,7 @@ class MessagePriority:
class MessagePumpMeta(type):
"""Metaclass for message pump. This exists to populate an Event class of a Widget with the
"""Metaclass for message pump. This exists to populate a Message inner class of a Widget with the
parent classes' name.
"""