summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2009-05-27 17:56:01 -0400
committerBarry Warsaw2009-05-27 17:56:01 -0400
commitcdc95447d97c43f93e8c4b282f150228a5620703 (patch)
tree4eda9c207ad760229957bc34fd0b419a5a194f26 /src
parent6213698325fb8905a8aefa0cc7779c2566f3e4e6 (diff)
downloadmailman-cdc95447d97c43f93e8c4b282f150228a5620703.tar.gz
mailman-cdc95447d97c43f93e8c4b282f150228a5620703.tar.zst
mailman-cdc95447d97c43f93e8c4b282f150228a5620703.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/rest/docs/basic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/docs/basic.txt b/src/mailman/rest/docs/basic.txt
index 490db6d11..06a507def 100644
--- a/src/mailman/rest/docs/basic.txt
+++ b/src/mailman/rest/docs/basic.txt
@@ -23,7 +23,7 @@ returned.
Non-existent links
==================
-when you try to access an admin link that doesn't exist, you get the
+When you try to access an admin link that doesn't exist, you get the
appropriate HTTP 404 Not Found error.
>>> from urllib2 import urlopen