summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorC.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>2022-10-17 23:49:38 (GMT)
committerGitHub <noreply@github.com>2022-10-17 23:49:38 (GMT)
commitea19c28512b4bd815834de064cf0ef9803cc03a2 (patch)
tree706715f97eb50e3b7ab6f4316dbc0c12eae373ea /Misc
parent9cb30bb339fedf76cb7c3950114bb07c5d35efeb (diff)
downloadcpython-ea19c28512b4bd815834de064cf0ef9803cc03a2.zip
cpython-ea19c28512b4bd815834de064cf0ef9803cc03a2.tar.gz
cpython-ea19c28512b4bd815834de064cf0ef9803cc03a2.tar.bz2
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>. (cherry picked from commit fa2d43e5184f5eaf3391844ec2400342a1b2ead4) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issue-97591.pw6kkH.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issue-97591.pw6kkH.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issue-97591.pw6kkH.rst
index d3a5867d..6f07529 100644
--- a/Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issue-97591.pw6kkH.rst
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issue-97591.pw6kkH.rst
@@ -1,2 +1,2 @@
-Fixed a missing incref/decref pair in `Exception.__setstate__()`.
+Fixed a missing incref/decref pair in ``Exception.__setstate__()``.
Patch by Ofey Chan.