Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jan 26, 2017
1 parent a190f64 commit 8dc046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clint/textui/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dc046b

Please sign in to comment.