From 6a6f5129a9bd08ef26fe616a7b1a66e17ffa582b Mon Sep 17 00:00:00 2001 From: Pilou Date: Tue, 26 Dec 2017 11:18:09 +0100 Subject: [PATCH] dev_guide: fix a slip (#34143) replace 'Formatting options' with 'Formatting functions' --- docs/docsite/rst/dev_guide/developing_modules_documenting.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst index 91fd17f7bb5..902e909a5d1 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst @@ -382,8 +382,8 @@ Starting with Ansible version 2.2, all new modules are required to use imports i The use of "wildcard" imports such as ``from module_utils.basic import *`` is no longer allowed. -Formatting options ------------------- +Formatting functions +-------------------- These formatting functions are ``U()`` for URLs, ``I()`` for option names, ``C()`` for files and option values and ``M()`` for module names. Module names should be specified as ``M(module)`` to create a link to the online documentation for that module.