projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11d9b0
)
Use preformatted_box with print_box.
author
Scott Gasch
<
[email protected]
>
Sun, 17 Apr 2022 23:49:15 +0000
(16:49 -0700)
committer
Scott Gasch
<
[email protected]
>
Sun, 17 Apr 2022 23:49:15 +0000
(16:49 -0700)
text_utils.py
patch
|
blob
|
history
diff --git
a/text_utils.py
b/text_utils.py
index b42661959021c42180986f1f4e6dbaa93592a516..18a22577d7efef0962f1ba8d65ade4e859ce4e4b 100644
(file)
--- 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__':