Skip to content

Commit f432b3f

Browse files
committed
Fix NEWS entry for gh-135836 - correct function reference
Changed :func: to double backticks to fix Sphinx reference error
1 parent a40961c commit f432b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed :exc:`IndexError` in :func:`asyncio.create_connection` that could occur when the Happy Eyeballs algorithm resulted in an empty exceptions list during concurrent connection attempts, particularly in high-load environments with mixed IPv4/IPv6 connectivity.
1+
Fixed :exc:`IndexError` in ``asyncio.create_connection()`` that could occur when the Happy Eyeballs algorithm resulted in an empty exceptions list during connection attempts.

0 commit comments

Comments
 (0)