Skip to content

Commit 50148ca

Browse files
authored
Doc: Remove trailing whitespaces. (GH-26953)
1 parent 0d7f797 commit 50148ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ Other Language Changes
7676
======================
7777

7878
A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
79-
:meth:`contextlib.ExitStack.enter_context` and
79+
:meth:`contextlib.ExitStack.enter_context` and
8080
:meth:`contextlib.AsyncExitStack.enter_async_context` for objects which do not
8181
support the :term:`context manager` or :term:`asynchronous context manager`
8282
protocols correspondingly.
8383
(Contributed by Serhiy Storchaka in :issue:`44471`.)
8484

85-
* A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
85+
* A :exc:`TypeError` is now raised instead of an :exc:`AttributeError` in
8686
:keyword:`with` and :keyword:`async with` statements for objects which do not
87-
support the :term:`context manager` or :term:`asynchronous context manager`
87+
support the :term:`context manager` or :term:`asynchronous context manager`
8888
protocols correspondingly.
8989
(Contributed by Serhiy Storchaka in :issue:`12022`.)
9090

0 commit comments

Comments
 (0)