summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/command.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/queue/docs/command.txt')
-rw-r--r--src/mailman/queue/docs/command.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/queue/docs/command.txt b/src/mailman/queue/docs/command.txt
index 73be64de0..ae5b2612d 100644
--- a/src/mailman/queue/docs/command.txt
+++ b/src/mailman/queue/docs/command.txt
@@ -60,7 +60,7 @@ And now the response is in the virgin queue.
<BLANKLINE>
>>> sorted(item.msgdata.items())
[..., ('listname', u'test@example.com'), ...,
- ('recips', [u'aperson@example.com']),
+ ('recipients', [u'aperson@example.com']),
...]