diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-10-19 12:00:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 12:00:28 (GMT) |
commit | 50553004fe12dcaed3aa9a96b356eb84f247c8fd (patch) | |
tree | 297a6ad926fa2f1c133e4926f0f69ccbfb31181a /Misc/NEWS.d | |
parent | b6e59d76c0e1214ca2c927be35f165ecd1f763df (diff) | |
download | cpython-50553004fe12dcaed3aa9a96b356eb84f247c8fd.zip cpython-50553004fe12dcaed3aa9a96b356eb84f247c8fd.tar.gz cpython-50553004fe12dcaed3aa9a96b356eb84f247c8fd.tar.bz2 |
Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)
Bump sphinx-lint and fix unbalanced inline literal markup
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst b/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst index b7816d2..a96b002 100644 --- a/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst +++ b/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst @@ -1,3 +1,3 @@ Python again uses C-style casts for most casting operations when compiled with C++. This may trigger compiler warnings, if they are enabled with e.g. -``-Wold-style-cast `` or ``-Wzero-as-null-pointer-constant`` options for ``g++``. +``-Wold-style-cast`` or ``-Wzero-as-null-pointer-constant`` options for ``g++``. |