Skip to content

Commit 4f33103

Browse files
committed
change docstring
1 parent 50f2e66 commit 4f33103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/asgi/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async def __aexit__(self, *_: Any) -> None:
201201
await super().__aexit__() # type: ignore
202202

203203
async def run_dispatcher(self) -> None:
204-
"""Asyncio background task that renders and transmits layout updates of ReactPy components."""
204+
"""Async background task that renders ReactPy components over a websocket."""
205205
try:
206206
# Determine component to serve by analyzing the URL and/or class parameters.
207207
if self.parent.multiple_root_components:

0 commit comments

Comments
 (0)