From 28916340bbbd51877602aa65b585a6da35316e6c Mon Sep 17 00:00:00 2001 From: J Morse Date: Thu, 25 Oct 2018 15:03:53 -0400 Subject: [PATCH] fix minor doc typo Change-Id: I08e1ae9c537e22dff0557af426e0f420adc4486b --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index b8f3ebeb..f18771da 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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