diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-01-12 22:25:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 22:25:04 (GMT) |
commit | 794983cd610958f44147664b6ab31071c6107ffb (patch) | |
tree | a48db3d5b3d7449c52d84fa08defb390698139dd /Misc/NEWS.d/3.5.2rc1.rst | |
parent | dce30c9cbc212e5455e100f35ac6afeb30dfd23e (diff) | |
download | cpython-794983cd610958f44147664b6ab31071c6107ffb.zip cpython-794983cd610958f44147664b6ab31071c6107ffb.tar.gz cpython-794983cd610958f44147664b6ab31071c6107ffb.tar.bz2 |
gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)
Fix Sphinx Lint warnings in Misc/
Diffstat (limited to 'Misc/NEWS.d/3.5.2rc1.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.2rc1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.5.2rc1.rst b/Misc/NEWS.d/3.5.2rc1.rst index 01fcd86..a7e5c1b 100644 --- a/Misc/NEWS.d/3.5.2rc1.rst +++ b/Misc/NEWS.d/3.5.2rc1.rst @@ -710,9 +710,9 @@ Fixed the comparison of plistlib.Data with other types. .. nonce: RMRMtM .. section: Library -Fix an uninitialized variable in `ctypes.util`. +Fix an uninitialized variable in ``ctypes.util``. The bug only occurs on SunOS when the ctypes implementation searches for the -`crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos. +``crle`` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos. .. |