diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2014-10-31 21:05:22 +0100 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2014-10-31 21:05:22 +0100 |
commit | f6d9aa7a8ffcd97bb4cdd22871735a694ea7024a (patch) | |
tree | c82b9f0a38580930946b7a8da180b46bf5c95f07 /hacking | |
parent | Added note explaning the module tagging (diff) | |
download | ansible-f6d9aa7a8ffcd97bb4cdd22871735a694ea7024a.tar.xz ansible-f6d9aa7a8ffcd97bb4cdd22871735a694ea7024a.zip |
corrected text/flag
Diffstat (limited to 'hacking')
-rwxr-xr-x | hacking/module_formatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py index 51bea3e135..1218b85e71 100755 --- a/hacking/module_formatter.py +++ b/hacking/module_formatter.py @@ -327,8 +327,8 @@ def process_category(category, categories, options, env, template, outputname): category_file.write("""\n\n .. note:: - - %s: Denotes that this module is not part of core, it can be found in the extras repo - %s: This marks a module as deprecated, kept for backwards compatibility but use is discouraged + - %s: Denotes that this module is not part of core, it can be found in the extras or some other external repo """ % (DEPRECATED, NOTCORE)) category_file.close() |