Skip to content

Commit

Permalink
asyncio docs: Fix dangling hyphen (GH-102227)
Browse files Browse the repository at this point in the history
Currently this gets rendered with a dangling hyphen.
(cherry picked from commit 207e1c5)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
miss-islington and JelleZijlstra authored Feb 25, 2023
1 parent 9563cf4 commit ac63169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ac63169

Please sign in to comment.