diff options
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py index 7e5b212..3db7d04 100644 --- a/core/utils.py +++ b/core/utils.py @@ -148,7 +148,7 @@ def wrap_text(text): single formatted string. This function written by CoPilot. - BUT interactions between exisitng \n characters makes this much less simple than it appears. + BUT interactions between existing \n characters makes this much less simple than it appears. """ return text # abort all wrap processing pending proper redesign |