mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
asyncio docs: Fix dangling hyphen (#102227)
Currently this gets rendered with a dangling hyphen.
This commit is contained in:
parent
89d9ff0f48
commit
207e1c5cae
1 changed files with 2 additions and 2 deletions
|
|
@ -524,8 +524,8 @@ Opening network connections
|
||||||
When a server's IPv4 path and protocol are working, but the server's
|
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
|
IPv6 path and protocol are not working, a dual-stack client
|
||||||
application experiences significant connection delay compared to an
|
application experiences significant connection delay compared to an
|
||||||
IPv4-only client. This is undesirable because it causes the dual-
|
IPv4-only client. This is undesirable because it causes the
|
||||||
stack client to have a worse user experience. This document
|
dual-stack client to have a worse user experience. This document
|
||||||
specifies requirements for algorithms that reduce this user-visible
|
specifies requirements for algorithms that reduce this user-visible
|
||||||
delay and provides an algorithm.
|
delay and provides an algorithm.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue