diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2023-02-25 13:21:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 13:21:32 (GMT) |
commit | 207e1c5cae11108213dff5ff07443ee4cfa0d2ea (patch) | |
tree | d8c19fef05a7f618f25f58a96e46781f073b2075 /Doc | |
parent | 89d9ff0f48c51a85920c7372a7df4a2204e32ea5 (diff) | |
download | cpython-207e1c5cae11108213dff5ff07443ee4cfa0d2ea.zip cpython-207e1c5cae11108213dff5ff07443ee4cfa0d2ea.tar.gz cpython-207e1c5cae11108213dff5ff07443ee4cfa0d2ea.tar.bz2 |
asyncio docs: Fix dangling hyphen (#102227)
Currently this gets rendered with a dangling hyphen.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index f86e784..5138afc 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -524,8 +524,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. |