From ec95ad10628af42c2a523865600346725dd5e980 Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Fri, 28 Aug 2015 14:30:16 -0400 Subject: [PATCH] Update developing_modules.rst --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 46f420707f8..06af530bce7 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -461,7 +461,7 @@ Module checklist * `default` is not needed for `required: true` * Remove unnecessary doc like `aliases: []` or `choices: []` * The version is not a float number and value the current development version - * The verify that arguments in doc and module spec dict are identical + * Verify that arguments in doc and module spec dict are identical * For password / secret arguments no_log=True should be set * Requirements should be documented, using the `requirements=[]` field * Author should be set, name and github id at least