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

Fix typo #169

Merged
merged 1 commit into from
Jan 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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