File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -515,9 +515,9 @@ Functions and classes provided:
515
515
These context managers may suppress exceptions just as they normally
516
516
would if used directly as part of a :keyword: `with ` statement.
517
517
518
- ... versionchanged:: 3.11
519
- Raises :exc: `TypeError ` instead of :exc: `AttributeError ` if *cm *
520
- is not a context manager.
518
+ .. versionchanged :: 3.11
519
+ Raises :exc: `TypeError ` instead of :exc: `AttributeError ` if *cm *
520
+ is not a context manager.
521
521
522
522
.. method :: push(exit)
523
523
@@ -589,9 +589,9 @@ Functions and classes provided:
589
589
Similar to :meth: `enter_context ` but expects an asynchronous context
590
590
manager.
591
591
592
- ... versionchanged:: 3.11
593
- Raises :exc: `TypeError ` instead of :exc: `AttributeError ` if *cm *
594
- is not an asynchronous context manager.
592
+ .. versionchanged :: 3.11
593
+ Raises :exc: `TypeError ` instead of :exc: `AttributeError ` if *cm *
594
+ is not an asynchronous context manager.
595
595
596
596
.. method :: push_async_exit(exit)
597
597
You can’t perform that action at this time.
0 commit comments