summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--text_utils.py2
1 files changed, 1 insertions, 1 deletions
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__':