diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py
index e4f8dab45d6..6a28be16f87 100755
--- a/hacking/module_formatter.py
+++ b/hacking/module_formatter.py
@@ -66,8 +66,7 @@ def html_ify(text):
t = _BOLD.sub("" + r"\1" + "", t)
t = _MODULE.sub("" + r"\1" + "", t)
t = _URL.sub("" + r"\1" + "", t)
- #t = _CONST.sub("" + r"\1" + "
", t)
- t = _CONST.sub(r"\1", t)
+ t = _CONST.sub("" + r"\1" + "
", t)
return t
def json_ify(text):
diff --git a/library/file b/library/file
index a4c05423414..ff51608c231 100644
--- a/library/file
+++ b/library/file
@@ -35,7 +35,7 @@ short_description: Sets attributes of files
description:
- Sets attributes of files, symlinks, and directories, or removes
files/symlinks/directories. Many other modules support the same options as
- the file module - including M(copy), M(template), and M(assemble).
+ the M(file) module - including M(copy), M(template), and M(assemble).
options:
path:
description: