Skip to content

Commit 442692a

Browse files
committed
Minor tweak for flow in whatsnew entry
1 parent 9681135 commit 442692a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Other language changes
312312
* Added :meth:`bytearray.take_bytes(n=None, /) <bytearray.take_bytes>` to take
313313
bytes out of a :class:`bytearray` without copying. This enables optimizing code
314314
which must return :class:`bytes` after working with a mutable buffer of bytes
315-
such as buffering data, network protocol implementation, encoding, decoding,
315+
such as data buffering, network protocol parsing, encoding, decoding,
316316
and compression. Common code patterns which can be optimized with
317317
:func:`~bytearray.take_bytes` are listed below.
318318

0 commit comments

Comments
 (0)