diff options
Diffstat (limited to 'src/mailman/interfaces/nntp.py')
| -rw-r--r-- | src/mailman/interfaces/nntp.py | 4 |
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 |
