Skip to content

Commit 225caf7

Browse files
authored
Typo fix in asyncio-eventloop.rst (GH-26482)
1 parent bdb5690 commit 225caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ Do not instantiate the class directly.
14401440
Start accepting connections.
14411441

14421442
This method is idempotent, so it can be called when
1443-
the server is already being serving.
1443+
the server is already serving.
14441444

14451445
The *start_serving* keyword-only parameter to
14461446
:meth:`loop.create_server` and

0 commit comments

Comments
 (0)