diff options
| author | Barry Warsaw | 2014-04-14 14:00:23 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-04-14 14:00:23 -0400 |
| commit | 243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36 (patch) | |
| tree | 4675fbe20a241617d128360f555cb8f7ffc973c0 /src/mailman/rest/docs | |
| parent | 3a9725b91ef822122a70170333d71b58e1788a78 (diff) | |
| parent | 9a25f63b3e1846dca980010287b9278fc7418f0b (diff) | |
| download | mailman-243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36.tar.gz mailman-243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36.tar.zst mailman-243b4dd66d1c6bd412ae0ce3770e36aebd3b6a36.zip | |
* Greatly improve the fidelity of the Mailman 2.1 list importer functionality
(i.e. ``mailman import21``). [Aurélien Bompard].
* Fixed a typo in the IMailingList interface.
Diffstat (limited to 'src/mailman/rest/docs')
| -rw-r--r-- | src/mailman/rest/docs/membership.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/docs/membership.rst b/src/mailman/rest/docs/membership.rst index 6deed7c48..10fd4732e 100644 --- a/src/mailman/rest/docs/membership.rst +++ b/src/mailman/rest/docs/membership.rst @@ -704,7 +704,7 @@ This can be done by PATCH'ing his member with the `delivery_mode` parameter. If a PATCH request changes no attributes, nothing happens. :: - >>> dump_json('http://localhost:9001/3.0/members/10', method='PATCH') + >>> dump_json('http://localhost:9001/3.0/members/10', {}, method='PATCH') content-length: 0 date: ... server: ... |
