diff options
author | Czachur <nathan.czachur@gmail.com> | 2014-01-29 16:36:19 +0100 |
---|---|---|
committer | Czachur <nathan.czachur@gmail.com> | 2014-01-29 16:36:19 +0100 |
commit | 801f8970ff8c1cbf9d1a7468102808df3463de3e (patch) | |
tree | d2d0189c73dab62dabac147d972d8ab525709125 /docsite | |
parent | Merge pull request #5810 from stefhen/fix_docsite_tower_links (diff) | |
download | ansible-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.rst | 2 |
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 |