Skip to content

Commit ba66674

Browse files
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866)
While translating the following document to Spanish we found there is a grammar issue on the original documentation. (cherry picked from commit caff293) Co-authored-by: Raúl Cumplido <[email protected]>
1 parent 89fac4c commit ba66674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-policy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ implementation used by the asyncio event loop:
219219

220220
This implementation registers a :py:data:`SIGCHLD` signal handler on
221221
instantiation. That can break third-party code that installs a custom handler for
222-
`SIGCHLD`. signal).
222+
:py:data:`SIGCHLD` signal.
223223

224224
The watcher avoids disrupting other code spawning processes
225225
by polling every process explicitly on a :py:data:`SIGCHLD` signal.

0 commit comments

Comments
 (0)