X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=text_utils.py;h=cfed1699dc3f29090a7846bff8dc2d3c89fa9174;hb=865825894beeedd47d26dd092d40bfee582f5475;hp=94df3e3499756a86955ebc3ee7330e5329720255;hpb=36fea7f15ed17150691b5b3ead75450e575229ef;p=python_utils.git diff --git a/text_utils.py b/text_utils.py index 94df3e3..cfed169 100644 --- a/text_utils.py +++ b/text_utils.py @@ -136,9 +136,7 @@ def distribute_strings( return retval -def justify_string_by_chunk( - string: str, width: int = 80, padding: str = " " -) -> str: +def justify_string_by_chunk(string: str, width: int = 80, padding: str = " ") -> str: """ Justifies a string.