Skip to content

Commit 5775863

Browse files
asyncio docs: Fix dangling hyphen (GH-102227)
Currently this gets rendered with a dangling hyphen. (cherry picked from commit 207e1c5) Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent a109ce0 commit 5775863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ Opening network connections
510510
When a server's IPv4 path and protocol are working, but the server's
511511
IPv6 path and protocol are not working, a dual-stack client
512512
application experiences significant connection delay compared to an
513-
IPv4-only client. This is undesirable because it causes the dual-
514-
stack client to have a worse user experience. This document
513+
IPv4-only client. This is undesirable because it causes the
514+
dual-stack client to have a worse user experience. This document
515515
specifies requirements for algorithms that reduce this user-visible
516516
delay and provides an algorithm.
517517

0 commit comments

Comments
 (0)