Skip to content

Commit

Permalink
asyncio docs: Fix dangling hyphen (python#102227)
Browse files Browse the repository at this point in the history
Currently this gets rendered with a dangling hyphen.
  • Loading branch information
JelleZijlstra committed Feb 25, 2023
1 parent 89d9ff0 commit 207e1c5
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 @@ -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.

Expand Down

0 comments on commit 207e1c5

Please sign in to comment.