diff src/tools/common/ansi.py @ 2196:d3e48c9a255e

plugin XEP-0060: added getConfiguration ad psNodeConfigurationGet bridge method
author Goffi <goffi@goffi.org>
date Mon, 13 Mar 2017 23:18:00 +0100
parents 4b78b4c7f805
children 8b37a62336c3
line wrap: on
line diff
--- a/src/tools/common/ansi.py	Mon Mar 13 23:17:13 2017 +0100
+++ b/src/tools/common/ansi.py	Mon Mar 13 23:18:00 2017 +0100
@@ -35,7 +35,7 @@
 
         this method simply merge arguments, and add RESET if is not the last arguments
         """
-        # XXX: we expect to have at least on argument
+        # XXX: we expect to have at least one argument
         if args[-1] != cls.RESET:
             args = list(args)
             args.append(cls.RESET)