From 7e2fc88218e7851a4249d9399c44c0efb252c2b6 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 14 Oct 2016 09:50:15 -0700 Subject: [PATCH] Fix docs fragment typo. --- lib/ansible/utils/module_docs_fragments/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/mysql.py b/lib/ansible/utils/module_docs_fragments/mysql.py index 644184a6e6..0163706a12 100644 --- a/lib/ansible/utils/module_docs_fragments/mysql.py +++ b/lib/ansible/utils/module_docs_fragments/mysql.py @@ -24,7 +24,7 @@ class ModuleDocFragment(object): options: login_user: description: -u - The username used to authenticate with. + - The username used to authenticate with. required: false default: null login_password: