Skip to content

Commit 057bd49

Browse files
committed
Add comma for grammar consistency
1 parent 10d275f commit 057bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To schedule a coroutine object from a different OS thread, the
9595
# Wait for the result:
9696
result = future.result()
9797

98-
To handle signals the event loop must be
98+
To handle signals, the event loop must be
9999
run in the main thread.
100100

101101
The :meth:`loop.run_in_executor` method can be used with a

0 commit comments

Comments
 (0)