summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2017-03-08 13:32:06 +0000
committerGitHub <noreply@github.com>2017-03-08 13:32:06 +0000
commit4028b0fa291a503351f45062f33ae5409c239a42 (patch)
tree4f43264741368362d70555accecd78717966fa3b
parent94f9bb962f406497ec3648a5339b7e8526b2c9f6 (diff)
downloadansible-gundalow-patch-3.tar.gz
Fix docs typegundalow-patch-3
-rw-r--r--docs/docsite/rst/dev_guide/developing_modules_documenting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
index 392dfea569..9157bb46d0 100644
--- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
+++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
@@ -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
------------------