From bdd6e756e95542d2d13e7259bce094cc746da53f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Oct 2020 23:08:15 +0100 Subject: [PATCH] Typo --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 4f7ff8ad..f4ee5b9b 100644 --- a/posts.py +++ b/posts.py @@ -657,7 +657,7 @@ def appendEventFields(newPost: {}, newPost['sensitive'] = False -def validContentWarnings(cw: str) -> str: +def validContentWarning(cw: str) -> str: """Returns a validated content warning """ cw = removeHtml(cw)