summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-02-25 13:28:16 (GMT)
committerGitHub <noreply@github.com>2023-02-25 13:28:16 (GMT)
commitac631697928505708e41b181c5692fc8c3db7e90 (patch)
tree9bbb7548f3cb952af7c8887f596060b14a892a52
parent9563cf47bc2944d1f0fb0a016b6880c273ecd248 (diff)
downloadcpython-ac631697928505708e41b181c5692fc8c3db7e90.zip
cpython-ac631697928505708e41b181c5692fc8c3db7e90.tar.gz
cpython-ac631697928505708e41b181c5692fc8c3db7e90.tar.bz2
asyncio docs: Fix dangling hyphen (GH-102227)
Currently this gets rendered with a dangling hyphen. (cherry picked from commit 207e1c5cae11108213dff5ff07443ee4cfa0d2ea) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
-rw-r--r--Doc/library/asyncio-eventloop.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index 759e30a..f68fa01 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -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.