Fixed tiny typo in interpreter_discovery.rst (#64608)

Added missing '/'
pull/64619/head
Kiyo Nagamine 5 years ago committed by Abhijeet Kasurde
parent 4f7f57e655
commit 84bffff96a

@ -23,7 +23,7 @@ auto_legacy : (default in 2.8)
and issues a warning. and issues a warning.
This exception provides temporary compatibility with previous versions of This exception provides temporary compatibility with previous versions of
Ansible that always defaulted to ``/usr/bin/python``, so if you have Ansible that always defaulted to ``/usr/bin/python``, so if you have
installed Python and other dependencies at ``usr/bin/python`` on some hosts, installed Python and other dependencies at ``/usr/bin/python`` on some hosts,
Ansible will find and use them with this setting. Ansible will find and use them with this setting.
If no entry is found, or the listed Python is not present on the If no entry is found, or the listed Python is not present on the
target host, searches a list of common Python interpreter target host, searches a list of common Python interpreter

Loading…
Cancel
Save