diff options
Diffstat (limited to 'text_utils.py')
| -rw-r--r-- | text_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_utils.py b/text_utils.py index 66c0d22..3b28968 100644 --- a/text_utils.py +++ b/text_utils.py @@ -352,7 +352,7 @@ def justify_text(text: str, *, width: int = 80, alignment: str = "c", indent_by: def generate_padded_columns(text: List[str]) -> Generator: - """Given a list of strings, break them into columns using :meth:split + """Given a list of strings, break them into columns using :meth:`split` and then compute the maximum width of each column. Finally, distribute the columular chunks into the output padding each to the proper width. |
