Skip to content

Commit

Permalink
dev_guide: fix a slip (ansible#34143)
Browse files Browse the repository at this point in the history
replace 'Formatting options' with 'Formatting functions'
  • Loading branch information
pilou- authored and gundalow committed Dec 26, 2017
1 parent f572197 commit 6a6f512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/dev_guide/developing_modules_documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a6f512

Please sign in to comment.