summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/reference_appendices/python_3_support.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/reference_appendices/python_3_support.rst')
-rw-r--r--docs/docsite/rst/reference_appendices/python_3_support.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/reference_appendices/python_3_support.rst b/docs/docsite/rst/reference_appendices/python_3_support.rst
index da06023c1a..4471c64714 100644
--- a/docs/docsite/rst/reference_appendices/python_3_support.rst
+++ b/docs/docsite/rst/reference_appendices/python_3_support.rst
@@ -52,11 +52,11 @@ Using Python 3 on the managed machines with commands and playbooks
localhost-py3 ansible_host=localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3
# Example of setting a group of hosts to use Python3
- [py3-hosts]
+ [py3_hosts]
ubuntu16
fedora27
- [py3-hosts:vars]
+ [py3_hosts:vars]
ansible_python_interpreter=/usr/bin/python3
.. seealso:: :ref:`intro_inventory` for more information.