From ea5c3df04303250e30e11fab437b5499cdab9839 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 2 Dec 2016 10:17:29 +0100 Subject: [PATCH] fix stray i in developing_modules.rst --- docsite/rst/dev_guide/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/dev_guide/developing_modules.rst b/docsite/rst/dev_guide/developing_modules.rst index c7f37a70b2..e24166c2f6 100644 --- a/docsite/rst/dev_guide/developing_modules.rst +++ b/docsite/rst/dev_guide/developing_modules.rst @@ -17,7 +17,7 @@ by :envvar:`ANSIBLE_LIBRARY` or the ``--module-path`` command line option. By default, everything that ships with Ansible is pulled from its source tree, but additional paths can be added. -The directory i:file:`./library`, alongside your top level :term:`playbooks`, is also automatically +The directory :file:`./library`, alongside your top level :term:`playbooks`, is also automatically added as a search directory. Should you develop an interesting Ansible module, consider sending a pull request to the