From a5bce1422635991559b4c49b869b100266238104 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 24 Jan 2025 22:49:04 +0000 Subject: typos --- 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 fa8f57b..b6ec7af 100644 --- a/core/utils.py +++ b/core/utils.py @@ -76,7 +76,7 @@ except: def sanitize_name(name): - """Filenames sould not caontain these characters as then the system barf when it tries to use them in URLs + """Filenames sould not contain these characters as then the system barf when it tries to use them in URLs """ return name.replace("#","-").replace("?","=").replace("&","+").replace(":","^") -- cgit v1.2.3