bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580)

While translating the following document to Spanish we found there is a grammar issue on the original documentation.
This commit is contained in:
Raúl Cumplido 2020-10-21 21:05:48 +02:00 committed by GitHub
parent c60394c7fc
commit caff2934f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ implementation used by the asyncio event loop:
This implementation registers a :py:data:`SIGCHLD` signal handler on
instantiation. That can break third-party code that installs a custom handler for
`SIGCHLD`. signal).
:py:data:`SIGCHLD` signal.
The watcher avoids disrupting other code spawning processes
by polling every process explicitly on a :py:data:`SIGCHLD` signal.