diff --git a/Misc/NEWS.d/next/Library/2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst b/Misc/NEWS.d/next/Library/2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst index c4cd588b4fa194..5088c840134933 100644 --- a/Misc/NEWS.d/next/Library/2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst +++ b/Misc/NEWS.d/next/Library/2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst @@ -1 +1 @@ -Fix bug in :meth:`io.TextIOWrapper.write`, which caused its internal buffer to be rewritten during flushing of large data. +Fix bug in :meth:`io.TextIOWrapper.write`, which caused :class:`io.TextIOWrapper` internal buffer to be rewritten during flushing of large data.