From ece2aa2d5f9977a46cf3f1d7be093c109888d165 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 12 Apr 2017 10:49:26 -0700 Subject: [PATCH] Fix reST markup (#23536) --- docs/docsite/rst/python_3_support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/python_3_support.rst b/docs/docsite/rst/python_3_support.rst index 3bfe4d85f9..4fb6b5d4c3 100644 --- a/docs/docsite/rst/python_3_support.rst +++ b/docs/docsite/rst/python_3_support.rst @@ -15,7 +15,7 @@ Testing Python 3 with commands and playbooks * `Install Ansible 2.2+ `_ * To test Python 3 on the controller, run your ansible command via - `python3`. For example: + ``python3``. For example: .. code-block:: shell @@ -62,7 +62,7 @@ What to do if an incompatibility is found If you find a bug while testing modules with Python3 you can submit a bug report on `Ansible's GitHub project -_`. Be sure to mention Python3 in +`_. Be sure to mention Python3 in the bug report so that the right people look at it. If you would like to fix the code and submit a pull request on github, you can