From 84bffff96a5e3b81a8caaaaca1da5d589cb80e82 Mon Sep 17 00:00:00 2001 From: Kiyo Nagamine Date: Sat, 9 Nov 2019 02:17:16 +0900 Subject: [PATCH] Fixed tiny typo in interpreter_discovery.rst (#64608) Added missing '/' --- docs/docsite/rst/reference_appendices/interpreter_discovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/interpreter_discovery.rst b/docs/docsite/rst/reference_appendices/interpreter_discovery.rst index 0a09abbb66f..81a823778e1 100644 --- a/docs/docsite/rst/reference_appendices/interpreter_discovery.rst +++ b/docs/docsite/rst/reference_appendices/interpreter_discovery.rst @@ -23,7 +23,7 @@ auto_legacy : (default in 2.8) and issues a warning. This exception provides temporary compatibility with previous versions of 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. If no entry is found, or the listed Python is not present on the target host, searches a list of common Python interpreter