diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-04-10 00:48:35 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-04-10 00:48:35 +0100 |
commit | 85185c23b4ce6126b6afba0260e23ebece7b08a4 (patch) | |
tree | b1a250ed4f5eea5a6314149d28c08d9f6971b7e0 /core/utils.py | |
parent | da28aa7b2298041e641c5d7269785b642e42b8ce (diff) | |
download | troggle-85185c23b4ce6126b6afba0260e23ebece7b08a4.tar.gz troggle-85185c23b4ce6126b6afba0260e23ebece7b08a4.tar.bz2 troggle-85185c23b4ce6126b6afba0260e23ebece7b08a4.zip |
dev config updated to Django 5.2
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 |