From 8dc046b9c7c76fea15fbe5cb861e64482560410c Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 26 Jan 2017 16:31:56 +0100 Subject: [PATCH] Fix typo --- clint/textui/formatters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clint/textui/formatters.py b/clint/textui/formatters.py index 9962351..7694c1c 100644 --- a/clint/textui/formatters.py +++ b/clint/textui/formatters.py @@ -36,7 +36,7 @@ def min_width(string, cols, padding=' '): def max_width(string, cols, separator='\n'): """Returns a freshly formatted :param string: string to be formatted - :type string: basestring or clint.textui.colorred.ColoredString + :type string: basestring or clint.textui.colored.ColoredString :param cols: max width the text to be formatted :type cols: int :param separator: separator to break rows