From 0d2a757ecd33af8f96690f1df1339f7ad94e4a06 Mon Sep 17 00:00:00 2001 From: ordinary-jamie <101677823+ordinary-jamie@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:16:38 +1100 Subject: [PATCH] typos --- Doc/whatsnew/3.13.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 28c65c9832250a..1314898fea216a 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -200,10 +200,10 @@ asyncio the Unix socket when the server is closed. (Contributed by Pierre Ossman in :gh:`111246`.) -* :meth:`asyncio.DatagramTransport.sendto` will now will now send - zero-length datagrams if called with an empty bytes object. The - transport flow control also now accounts for the datagram header when - calculating the buffer size. +* :meth:`asyncio.DatagramTransport.sendto` will now send zero-length + datagrams if called with an empty bytes object. The transport flow + control also now accounts for the datagram header when calculating + the buffer size. (Contributed by Jamie Phan in :gh:`115199`.) copy