diff options
author | Wei-Hsiang (Matt) Wang <mattwang44@gmail.com> | 2024-08-30 11:34:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 11:34:09 (GMT) |
commit | 103a0470e31d80d56097f57a27d97d7d2d3c9fbb (patch) | |
tree | 52f32100a42617bf120a8bdb8d3aa193dc35ae8d /Doc/whatsnew/3.9.rst | |
parent | 8aaf7525ab839c32966ee862363ad2543a721306 (diff) | |
download | cpython-103a0470e31d80d56097f57a27d97d7d2d3c9fbb.zip cpython-103a0470e31d80d56097f57a27d97d7d2d3c9fbb.tar.gz cpython-103a0470e31d80d56097f57a27d97d7d2d3c9fbb.tar.bz2 |
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 1bce90d..d59a30c 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -983,7 +983,7 @@ Removed (Contributed by Victor Stinner in :issue:`37312`.) * ``aifc.openfp()`` alias to ``aifc.open()``, ``sunau.openfp()`` alias to - ``sunau.open()``, and ``wave.openfp()`` alias to :func:`wave.open()` have been + ``sunau.open()``, and ``wave.openfp()`` alias to :func:`wave.open` have been removed. They were deprecated since Python 3.7. (Contributed by Victor Stinner in :issue:`37320`.) |