From 85185c23b4ce6126b6afba0260e23ebece7b08a4 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 10 Apr 2025 00:48:35 +0100 Subject: dev config updated to Django 5.2 --- core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/utils.py') 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 -- cgit v1.2.3