From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:29:35 +0000 (-0800) Subject: asyncio docs: Fix dangling hyphen (GH-102227) X-Git-Tag: v3.11.3~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5775863e9d5995edba34ccfae6d1a5bed3ab1eac;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 020d8a0ca8a8..fa1b2b536888 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -510,8 +510,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.