Skip to content

Commit 1077951

Browse files
committed
Typo fix
1 parent e1c32fa commit 1077951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/textual_dev/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def shutdown(self) -> None:
125125

126126
class ClientHandler:
127127
"""Handles a single client connection to the devtools.
128-
A single DevtoolsService managers many ClientHandlers. A single ClientHandler
128+
A single DevtoolsService manages many ClientHandlers. A single ClientHandler
129129
corresponds to a single running Textual application instance, and is responsible
130130
for communication with that Textual app.
131131
"""

0 commit comments

Comments
 (0)