[dts] [PATCH] framework/texttable: fix a typ
Rami Rosen
ramirose at gmail.com
Fri Jan 18 13:54:10 CET 2019
Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
framework/texttable.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/texttable.py b/framework/texttable.py
index 2f37a0c..1c7d28e 100644
--- a/framework/texttable.py
+++ b/framework/texttable.py
@@ -192,7 +192,7 @@ class Texttable:
def set_deco(self, deco):
"""Set the table decoration
- - 'deco' can be a combinaison of:
+ - 'deco' can be a combination of:
Texttable.BORDER: Border around the table
Texttable.HEADER: Horizontal line below the header
--
2.19.2
More information about the dts
mailing list