Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinary-jamie committed Feb 17, 2024
1 parent 9e4f4a7 commit 0d2a757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d2a757

Please sign in to comment.