# HG changeset patch # User Goffi # Date 1552144987 -3600 # Node ID dbfedde9bc61babcd917a775cad10b1cea4b7b72 # Parent 90115cf4e73133dc63c1fc52cd0009cc0b2bbb5b plugin text commands: typo diff -r 90115cf4e731 -r dbfedde9bc61 sat/plugins/plugin_misc_text_commands.py --- a/sat/plugins/plugin_misc_text_commands.py Sat Mar 09 16:23:01 2019 +0100 +++ b/sat/plugins/plugin_misc_text_commands.py Sat Mar 09 16:23:07 2019 +0100 @@ -87,7 +87,7 @@ data = OrderedDict([("doc_short_help", ""), ("type", "all"), ("args", "")]) docstring = cmd.__doc__ if docstring is None: - log.warning(u"Not docstring found for command {}".format(cmd_name)) + log.warning(u"No docstring found for command {}".format(cmd_name)) docstring = "" doc_data = docstring.split("\n")