dev_guide: fix a slip (#34143)
replace 'Formatting options' with 'Formatting functions'
This commit is contained in:
parent
f5721972cb
commit
6a6f5129a9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue