summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <webknjaz@redhat.com>2023-03-30 21:20:38 +0200
committerGitHub <noreply@github.com>2023-03-30 12:20:38 -0700
commita45dd2a01c9b254bfa10fbd119f8ea99cf881992 (patch)
tree72b5fb82f83d62d8d87708a55b328826f112b542
parent5d64024f1ab1283750f2211692970dfa1b351ed5 (diff)
downloadansible-a45dd2a01c9b254bfa10fbd119f8ea99cf881992.tar.gz
🐛📝 Undouble trailing colon @ `faq.rst` (#80359)
It is causing parsing/representation problems of the following explicit RST code block.
-rw-r--r--docs/docsite/rst/reference_appendices/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/reference_appendices/faq.rst b/docs/docsite/rst/reference_appendices/faq.rst
index cb490edd69..d81ec0d0bd 100644
--- a/docs/docsite/rst/reference_appendices/faq.rst
+++ b/docs/docsite/rst/reference_appendices/faq.rst
@@ -319,7 +319,7 @@ There are a few common errors that one might run into when trying to execute Ans
.. error::
/usr/bin/python: EDC5129I No such file or directory
- To fix this set the path to the python installation in your inventory like so::
+ To fix this set the path to the python installation in your inventory like so:
.. code-block:: ini