From 801f8970ff8c1cbf9d1a7468102808df3463de3e Mon Sep 17 00:00:00 2001 From: Czachur Date: Wed, 29 Jan 2014 15:36:19 +0000 Subject: [PATCH] Fixed typo Used the twice in a row --- docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 133f6d223c2..ed5f9dc8ad4 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -115,7 +115,7 @@ If you don't have pip installed in your version of Python, install pip:: $ sudo easy_install pip -Ansible also uses the the following Python modules that need to be installed:: +Ansible also uses the following Python modules that need to be installed:: $ sudo pip install paramiko PyYAML jinja2 httplib2