mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
dev_guide: fix a slip (#34143)
replace 'Formatting options' with 'Formatting functions'
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user