]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
asyncio docs: Fix dangling hyphen (GH-102227)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Feb 2023 13:28:16 +0000 (05:28 -0800)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2023 13:28:16 +0000 (05:28 -0800)
Currently this gets rendered with a dangling hyphen.
(cherry picked from commit 207e1c5cae11108213dff5ff07443ee4cfa0d2ea)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/asyncio-eventloop.rst

index 759e30a73f27d5aacc3589021c7d70f38086c897..f68fa013d1b8e1fa81dc71d40c2dc0f3e6dad9a9 100644 (file)
@@ -498,8 +498,8 @@ Opening network connections
       When a server's IPv4 path and protocol are working, but the server's
       IPv6 path and protocol are not working, a dual-stack client
       application experiences significant connection delay compared to an
-      IPv4-only client.  This is undesirable because it causes the dual-
-      stack client to have a worse user experience.  This document
+      IPv4-only client.  This is undesirable because it causes the
+      dual-stack client to have a worse user experience.  This document
       specifies requirements for algorithms that reduce this user-visible
       delay and provides an algorithm.