summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/nntp.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-31 04:51:42 -0600
committerBarry Warsaw2012-03-31 04:51:42 -0600
commitf11b1601c61c97a3fc2dd400fbc2913235efa83d (patch)
tree5b3ef89bbc99cf17b7dabbc48026c1f585eead29 /src/mailman/interfaces/nntp.py
parent7f0c57ca63d13058934e3eb8423ea52075e984ae (diff)
downloadmailman-f11b1601c61c97a3fc2dd400fbc2913235efa83d.tar.gz
mailman-f11b1601c61c97a3fc2dd400fbc2913235efa83d.tar.zst
mailman-f11b1601c61c97a3fc2dd400fbc2913235efa83d.zip
Diffstat (limited to 'src/mailman/interfaces/nntp.py')
-rw-r--r--src/mailman/interfaces/nntp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/interfaces/nntp.py b/src/mailman/interfaces/nntp.py
index 099e14a07..d5d08d3f0 100644
--- a/src/mailman/interfaces/nntp.py
+++ b/src/mailman/interfaces/nntp.py
@@ -26,9 +26,9 @@ from flufl.enum import Enum
class NewsModeration(Enum):
- # The newsgroup is not moderated
+ # The newsgroup is not moderated.
none = 0
# The newsgroup is moderated, but allows for an open posting policy.
open_moderated = 1
- # The newsgroup is moderated
+ # The newsgroup is moderated.
moderated = 2