summaryrefslogtreecommitdiffstats
path: root/Doc/README.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-01-27 07:57:43 (GMT)
committerGitHub <noreply@github.com>2022-01-27 07:57:43 (GMT)
commitbcafab849e9063dd36a7fefb0162e0cf46b3c9b2 (patch)
treeb7cc5385dbc1cba9808cc6b53420902f6b117697 /Doc/README.rst
parentb50322d20337ca468f2070eedb051a16ee1eba94 (diff)
downloadcpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.zip
cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.tar.gz
cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.tar.bz2
[doc]: Spotted errors while working on rstlint. (GH-30879)
Also ignored some `make suspicious` false positives while assuring true positives were properly seen by rstlint.
Diffstat (limited to 'Doc/README.rst')
-rw-r--r--Doc/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.rst b/Doc/README.rst
index 7e8a27b..c0ac7c4 100644
--- a/Doc/README.rst
+++ b/Doc/README.rst
@@ -91,7 +91,7 @@ Available make targets are:
* "pydoc-topics", which builds a Python module containing a dictionary with
plain text documentation for the labels defined in
- `tools/pyspecific.py` -- pydoc needs these to show topic and keyword help.
+ ``tools/pyspecific.py`` -- pydoc needs these to show topic and keyword help.
* "suspicious", which checks the parsed markup for text that looks like
malformed and thus unconverted reST.