diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-02-12 12:40:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 12:40:41 (GMT) |
commit | 92483b21b30d451586c54dc4923665f7f7eedd7a (patch) | |
tree | fc4861cf3939051115d518b2be86abba7161866d /Doc/whatsnew/3.1.rst | |
parent | 705c76d4a202f1faf41027d48d44eac0e76bb1f0 (diff) | |
download | cpython-92483b21b30d451586c54dc4923665f7f7eedd7a.zip cpython-92483b21b30d451586c54dc4923665f7f7eedd7a.tar.gz cpython-92483b21b30d451586c54dc4923665f7f7eedd7a.tar.bz2 |
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index e237179..c912a92 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -169,7 +169,7 @@ Some smaller changes made to the core Python language are: ... if '<critical>' in line: ... outfile.write(line) - With the new syntax, the :func:`contextlib.nested` function is no longer + With the new syntax, the :func:`!contextlib.nested` function is no longer needed and is now deprecated. (Contributed by Georg Brandl and Mattias Brändström; |