diff options
| author | Barry Warsaw | 2015-12-20 12:44:06 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-20 12:44:06 -0500 |
| commit | bb45766f91ddce5e68ddf0a1fe6fe67d2f93dd60 (patch) | |
| tree | 1eb70a7836fc5e59968c635f65715de91c766c09 /src/mailman/commands/cli_lists.py | |
| parent | d7bc81a6ab97cd00c70da901cb1d04f80f896685 (diff) | |
| download | mailman-bb45766f91ddce5e68ddf0a1fe6fe67d2f93dd60.tar.gz mailman-bb45766f91ddce5e68ddf0a1fe6fe67d2f93dd60.tar.zst mailman-bb45766f91ddce5e68ddf0a1fe6fe67d2f93dd60.zip | |
Diffstat (limited to 'src/mailman/commands/cli_lists.py')
| -rw-r--r-- | src/mailman/commands/cli_lists.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py index 3d5fcd634..cbc797e5b 100644 --- a/src/mailman/commands/cli_lists.py +++ b/src/mailman/commands/cli_lists.py @@ -122,7 +122,7 @@ class Lists: @implementer(ICLISubCommand) class Create: - """Create a mailing list""" + """Create a mailing list.""" name = 'create' @@ -238,7 +238,7 @@ class Create: @implementer(ICLISubCommand) class Remove: - """Remove a mailing list""" + """Remove a mailing list.""" name = 'remove' |
