From 78fd3269089393822a5b2224849c53cf3404a003 Mon Sep 17 00:00:00 2001 From: Michihito Shigemura Date: Mon, 2 Oct 2017 22:45:18 +0900 Subject: [PATCH] Fix typo in dev_guide/developing_program_flow_modules --- docs/docsite/rst/dev_guide/developing_program_flow_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst index a037a796c4..372fcd667c 100644 --- a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst +++ b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst @@ -277,7 +277,7 @@ substitutions: - :code:`"<>"` is substituted with the Ansible version. In :ref:`new-style Python modules ` under the - :ref:`Ansiballz` frameworkthe proper way is to instead instantiate an + :ref:`Ansiballz` framework the proper way is to instead instantiate an :class:`AnsibleModule` and then access the version from :attr:``AnsibleModule.ansible_version``. - :code:`"<>"` is substituted with