diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py index 732acbdb0a8..c18c1f4843d 100755 --- a/hacking/module_formatter.py +++ b/hacking/module_formatter.py @@ -63,7 +63,7 @@ def latex_ify(text): def html_ify(text): - # print "DEBUG: text=%s" % text + #print "DEBUG: text=%s" % text t = cgi.escape(text) t = _ITALIC.sub("" + r"\1" + "", t) diff --git a/library/packaging/yum b/library/packaging/yum index 9228246972b..dae647d1ff4 100644 --- a/library/packaging/yum +++ b/library/packaging/yum @@ -34,8 +34,7 @@ description: options: name: description: - - package name, or package specifier with version, like C(name-1.0). - - in state=latest this can be '*' which means run: yum -y update + - "package name, or package specifier with version, like C(name-1.0) in state=latest this can be '*' which means run: yum -y update" required: true default: null aliases: []