[Python-checkins] Doc: Remove trailing whitespaces. (GH-26953)
JulienPalard
webhook-mailer at python.org
Tue Jun 29 07:16:57 EDT 2021
https://github.com/python/cpython/commit/50148cacfaa79d199b71fec89c2dbe7efbae41ca
commit: 50148cacfaa79d199b71fec89c2dbe7efbae41ca
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2021年06月29日T13:16:53+02:00
summary:
Doc: Remove trailing whitespaces. (GH-26953)
files:
M Doc/whatsnew/3.11.rst
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 0ee4d29227a50..8e3d5f31754c8 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -76,15 +76,15 @@ Other Language Changes
======================
A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
-:meth:`contextlib.ExitStack.enter_context` and
+:meth:`contextlib.ExitStack.enter_context` and
:meth:`contextlib.AsyncExitStack.enter_async_context` for objects which do not
support the :term:`context manager` or :term:`asynchronous context manager`
protocols correspondingly.
(Contributed by Serhiy Storchaka in :issue:`44471`.)
-* A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
+* A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
:keyword:`with` and :keyword:`async with` statements for objects which do not
- support the :term:`context manager` or :term:`asynchronous context manager`
+ support the :term:`context manager` or :term:`asynchronous context manager`
protocols correspondingly.
(Contributed by Serhiy Storchaka in :issue:`12022`.)
More information about the Python-checkins
mailing list