summaryrefslogtreecommitdiffstats
path: root/docsite
diff options
context:
space:
mode:
authorCzachur <nathan.czachur@gmail.com>2014-01-29 16:36:19 +0100
committerCzachur <nathan.czachur@gmail.com>2014-01-29 16:36:19 +0100
commit801f8970ff8c1cbf9d1a7468102808df3463de3e (patch)
treed2d0189c73dab62dabac147d972d8ab525709125 /docsite
parentMerge pull request #5810 from stefhen/fix_docsite_tower_links (diff)
downloadansible-801f8970ff8c1cbf9d1a7468102808df3463de3e.tar.xz
ansible-801f8970ff8c1cbf9d1a7468102808df3463de3e.zip
Fixed typo
Used the twice in a row
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/intro_installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst
index 133f6d223c..ed5f9dc8ad 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