changeset 2842:dbfedde9bc61

plugin text commands: typo
author Goffi <goffi@goffi.org>
date Sat, 09 Mar 2019 16:23:07 +0100
parents 90115cf4e731
children a425c1ca51d0
files sat/plugins/plugin_misc_text_commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")