diff options
Diffstat (limited to 'src/mailman/rest/docs/membership.txt')
| -rw-r--r-- | src/mailman/rest/docs/membership.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/rest/docs/membership.txt b/src/mailman/rest/docs/membership.txt index e86f598f1..70d4384ce 100644 --- a/src/mailman/rest/docs/membership.txt +++ b/src/mailman/rest/docs/membership.txt @@ -10,7 +10,7 @@ There are no mailing lists and no members yet. >>> dump_json('http://localhost:8001/3.0/members') http_etag: "..." - start: None + start: 0 total_size: 0 We create a mailing list, which starts out with no members. @@ -20,7 +20,7 @@ We create a mailing list, which starts out with no members. >>> dump_json('http://localhost:8001/3.0/members') http_etag: "..." - start: None + start: 0 total_size: 0 |
