summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.5rc1.rst
diff options
context:
space:
mode:
authorWei-Hsiang (Matt) Wang <mattwang44@gmail.com>2024-08-30 11:34:09 (GMT)
committerGitHub <noreply@github.com>2024-08-30 11:34:09 (GMT)
commit103a0470e31d80d56097f57a27d97d7d2d3c9fbb (patch)
tree52f32100a42617bf120a8bdb8d3aa193dc35ae8d /Misc/NEWS.d/3.6.5rc1.rst
parent8aaf7525ab839c32966ee862363ad2543a721306 (diff)
downloadcpython-103a0470e31d80d56097f57a27d97d7d2d3c9fbb.zip
cpython-103a0470e31d80d56097f57a27d97d7d2d3c9fbb.tar.gz
cpython-103a0470e31d80d56097f57a27d97d7d2d3c9fbb.tar.bz2
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Diffstat (limited to 'Misc/NEWS.d/3.6.5rc1.rst')
-rw-r--r--Misc/NEWS.d/3.6.5rc1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.6.5rc1.rst b/Misc/NEWS.d/3.6.5rc1.rst
index 3d14cc4..a45e97f 100644
--- a/Misc/NEWS.d/3.6.5rc1.rst
+++ b/Misc/NEWS.d/3.6.5rc1.rst
@@ -474,7 +474,7 @@ platforms with OpenSSL 1.0.2+ or inet_pton.
.. nonce: ideco
.. section: Library
-:func:`urllib.parse.urlsplit()` does not convert zone-id (scope) to lower
+:func:`urllib.parse.urlsplit` does not convert zone-id (scope) to lower
case for scoped IPv6 addresses in hostnames now.
..