diff options
Diffstat (limited to 'src/mailman/model/docs')
| -rw-r--r-- | src/mailman/model/docs/requests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/docs/requests.rst b/src/mailman/model/docs/requests.rst index 01fbfdc91..cf4eb90ac 100644 --- a/src/mailman/model/docs/requests.rst +++ b/src/mailman/model/docs/requests.rst @@ -540,7 +540,7 @@ subscriber. The subscription can also be accepted. This subscribes the address to the mailing list. - >>> mlist.send_welcome_msg = True + >>> mlist.send_welcome_message = True >>> id_4 = moderator.hold_subscription(mlist, ... 'fperson@example.org', 'Frank Person', ... 'abcxyz', DeliveryMode.regular, 'en') |
