From e4dc17fa9f31a3adbfcdb64724b4258edbf470ea Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 12 Aug 2019 06:51:00 +0200 Subject: [PATCH] Fix small typo in pip install guide (#60389) Noticed this small typo in the docs: - `Ansble` -> `Ansible` --- docs/docsite/rst/installation_guide/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 33ebe939062..964b9ac8438 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -320,7 +320,7 @@ In order to use the ``paramiko`` connection plugin or modules that require ``par $ pip install --user paramiko -Ansble can also be installed inside a new or existing ``virtualenv``:: +Ansible can also be installed inside a new or existing ``virtualenv``:: $ python -m virtualenv ansible # Create a virtualenv if one does not already exist $ source ansible/bin/activate # Activate the virtual environment