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 /Misc/NEWS.d/3.8.0b1.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 'Misc/NEWS.d/3.8.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.8.0b1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst index fc4e3a9..5ab46db 100644 --- a/Misc/NEWS.d/3.8.0b1.rst +++ b/Misc/NEWS.d/3.8.0b1.rst @@ -176,8 +176,8 @@ Added new ``replace()`` method to the code type (:class:`types.CodeType`). .. nonce: d1SOtF .. section: Core and Builtins -Implement :func:`socket.if_nameindex()`, :func:`socket.if_nametoindex()`, -and :func:`socket.if_indextoname()` on Windows. +Implement :func:`socket.if_nameindex`, :func:`socket.if_nametoindex`, +and :func:`socket.if_indextoname` on Windows. .. |