From ec7c26dad2c26e4e4c33a69252654e3b1155bc7b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 18:00:09 -0700 Subject: More docs cleanup. --- text_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text_utils.py') 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. -- cgit v1.3