Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15c8849

Browse files
committed
fix contextlib.ExitStack typo in 3.3's whatsnew.rst
1 parent 3095f47 commit 15c8849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ collections classes. Aliases for ABCs are still present in the
10791079
contextlib
10801080
----------
10811081

1082-
:class:`~collections.ExitStack` now provides a solid foundation for
1082+
:class:`~contextlib.ExitStack` now provides a solid foundation for
10831083
programmatic manipulation of context managers and similar cleanup
10841084
functionality. Unlike the previous ``contextlib.nested`` API (which was
10851085
deprecated and removed), the new API is designed to work correctly

0 commit comments

Comments
 (0)