X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=text_utils.py;h=18a22577d7efef0962f1ba8d65ade4e859ce4e4b;hb=21612b3a2ecaed6bf9fec16891bee9bdeb006081;hp=b42661959021c42180986f1f4e6dbaa93592a516;hpb=e11d9b0958b2874bd67360552e9214d965fe0d12;p=python_utils.git diff --git a/text_utils.py b/text_utils.py index b426619..18a2257 100644 --- a/text_utils.py +++ b/text_utils.py @@ -428,7 +428,7 @@ def print_box( ╰────╯ """ - print(box(title, text, width=width, color=color), end='') + print(preformatted_box(title, text, width=width, color=color), end='') if __name__ == '__main__':