aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-14 14:15:52 +0100
committerGravatar Gareth Coles <[email protected]>2019-10-14 14:15:52 +0100
commit837fe10a198f317a1fb0b1a14354c592df0f868e (patch)
tree9726126d4281277dc0e8b5d3fb02ef60fec65a21 /pydis_site
parentWiki: Permissions hotfix (diff)
Remove accidental comment before docstring
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/settings.py2
1 files changed, 1 insertions, 1 deletions
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')