diff options
| author | bwarsaw | 2003-03-31 23:26:38 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-31 23:26:38 +0000 |
| commit | c16bf66fa88828eb289faf2f926a61308abd215c (patch) | |
| tree | 11ad66eb24ecc6ec98651f7a9cf5c8b896c3178b /Mailman/Queue/CommandRunner.py | |
| parent | 98d47ecd382ee0a6ff71f7a2ab3f92fdb7447936 (diff) | |
| download | mailman-c16bf66fa88828eb289faf2f926a61308abd215c.tar.gz mailman-c16bf66fa88828eb289faf2f926a61308abd215c.tar.zst mailman-c16bf66fa88828eb289faf2f926a61308abd215c.zip | |
Diffstat (limited to 'Mailman/Queue/CommandRunner.py')
| -rw-r--r-- | Mailman/Queue/CommandRunner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py index 7d91cca67..5bc1599bc 100644 --- a/Mailman/Queue/CommandRunner.py +++ b/Mailman/Queue/CommandRunner.py @@ -150,8 +150,8 @@ To obtain instructions, send a message containing just the word "help". resp.append(_('\n- Ignored:')) resp.extend(indent(self.ignored)) resp.append(_('\n- Done.\n\n')) - # Encode any unicode strings into the list characterset, - # so we don't try to join unicode strings and invalid ASCII. + # Encode any unicode strings into the list charset, so we don't try to + # join unicode strings and invalid ASCII. charset = Utils.GetCharSet(self.mlist.preferred_language) encoded_resp = [] for item in resp: |
