Fix docs type (#22405)

Fix docs typo
This commit is contained in:
John R Barker 2017-03-08 13:42:42 +00:00 committed by GitHub
parent 94f9bb962f
commit 3fa5c55182

View file

@ -252,7 +252,7 @@ Starting with Ansible version 2.2, all new modules are required to use imports i
.. warning::
The use of "iwildcard" imports such as ``from module_utils.basic import *`` is no longer allowed.
The use of "wildcard" imports such as ``from module_utils.basic import *`` is no longer allowed.
Formatting options
------------------