]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Oct 2020 20:33:12 +0000 (13:33 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 20:33:12 +0000 (13:33 -0700)
While translating the following document to Spanish we found there is a grammar issue on the original documentation.
(cherry picked from commit caff2934f46510920a6169e192707d59e9c55f6b)

Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Doc/library/asyncio-policy.rst

index aa8f8f13eae02165d336ef0efa534f9005930137..2e153d6fe2647f3f76783f008f43af28058d77fc 100644 (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.