We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd2fe50 + 1077951 commit c4c2276Copy full SHA for c4c2276
1 file changed
src/textual_dev/service.py
@@ -125,7 +125,7 @@ async def shutdown(self) -> None:
125
126
class ClientHandler:
127
"""Handles a single client connection to the devtools.
128
- A single DevtoolsService managers many ClientHandlers. A single ClientHandler
+ A single DevtoolsService manages many ClientHandlers. A single ClientHandler
129
corresponds to a single running Textual application instance, and is responsible
130
for communication with that Textual app.
131
"""
0 commit comments