diff options
| author | Barry Warsaw | 2012-03-31 04:51:42 -0600 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-31 04:51:42 -0600 |
| commit | f11b1601c61c97a3fc2dd400fbc2913235efa83d (patch) | |
| tree | 5b3ef89bbc99cf17b7dabbc48026c1f585eead29 /src/mailman/interfaces/nntp.py | |
| parent | 7f0c57ca63d13058934e3eb8423ea52075e984ae (diff) | |
| download | mailman-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.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 |
