From 4c229e566efe576b95b706240702bb095db9355b Mon Sep 17 00:00:00 2001 From: Cheng Lian Date: Fri, 8 Sep 2017 23:02:18 -0700 Subject: [PATCH] Fix minor formatting issue in python_3_support.rst (#29161) Thanks @liancheng! --- docs/docsite/rst/python_3_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/python_3_support.rst b/docs/docsite/rst/python_3_support.rst index 3e05ca4566..46cd71ab19 100644 --- a/docs/docsite/rst/python_3_support.rst +++ b/docs/docsite/rst/python_3_support.rst @@ -15,7 +15,7 @@ Ansible 2.2 features a tech preview of Python 3 support. This topic discusses ho Testing Python 3 with commands and playbooks -------------------------------------------- -* `Run Ansible 2.2+ :ref:`from_source` +* Run Ansible 2.2+ :ref:`from source ` * To test Python 3 on the controller, run your ansible command via ``python3``. For example: