File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ Other Language Changes
76
76
======================
77
77
78
78
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
80
80
:meth: `contextlib.AsyncExitStack.enter_async_context ` for objects which do not
81
81
support the :term: `context manager ` or :term: `asynchronous context manager `
82
82
protocols correspondingly.
83
83
(Contributed by Serhiy Storchaka in :issue: `44471 `.)
84
84
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
86
86
: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 `
88
88
protocols correspondingly.
89
89
(Contributed by Serhiy Storchaka in :issue: `12022 `.)
90
90
You can’t perform that action at this time.
0 commit comments