fix minor doc typo

Change-Id: I08e1ae9c537e22dff0557af426e0f420adc4486b
This commit is contained in:
J Morse 2018-10-25 15:03:53 -04:00 committed by David Moreau Simard
parent dc87aa667b
commit 28916340bb
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Installing ARA from latest release on PyPi
When installing ARA using ``--user``, command line scripts will be installed
inside ``~/.local/bin`` folder which may not be in ``PATH``. You may want to
assure that this folder is in PATH or to use the alternative calling method
``pyhton -m ara`` which calls Ansible module directly.
``python -m ara`` which calls Ansible module directly.
The alternative calling method has the advantage that allows user to control
which python interpreter would be used. For example you could install ARA in