Skip to content

Commit c4c2276

Browse files
Merge pull request #4 from pratik-m/typo_fix
Typo fix
2 parents dd2fe50 + 1077951 commit c4c2276

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)