mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 18:26:04 +01:00
typos
This commit is contained in:
@@ -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(":","^")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user