Mercurial > libervia-backend
diff sat/plugins/plugin_misc_text_commands.py @ 2842:dbfedde9bc61
plugin text commands: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 09 Mar 2019 16:23:07 +0100 |
parents | 003b8b4b56a7 |
children | ab2696e34d29 |
line wrap: on
line diff
--- 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")