From 837fe10a198f317a1fb0b1a14354c592df0f868e Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 14 Oct 2019 14:15:52 +0100 Subject: Remove accidental comment before docstring --- pydis_site/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') diff --git a/pydis_site/settings.py b/pydis_site/settings.py index f9b0ad1e..56ac0a1d 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -388,7 +388,7 @@ def WIKI_CAN_DELETE(article: "Article", user: "User") -> bool: # noqa: N802 def WIKI_CAN_MODERATE(article: "Article", user: "User") -> bool: # noqa: N802 - # """Check whether a user may moderate an article.""" + """Check whether a user may moderate an article.""" return user.has_perm('wiki.moderate') -- cgit v1.2.3