summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-02-04 15:09:54 +0100
committerHynek Schlawack <hs@ox.cx>2012-02-04 15:09:54 +0100
commit906a9c2100f7b60d70bc38f246b3b1f83e6ea5ac (patch)
tree01c7f99e39e78debc1907fc5ade07abff7c5d1b2
parent7cf063bdf49c07debd4e9e961ee0b6670b9d1685 (diff)
downloadpyramid-906a9c2100f7b60d70bc38f246b3b1f83e6ea5ac.tar.gz
pyramid-906a9c2100f7b60d70bc38f246b3b1f83e6ea5ac.tar.bz2
pyramid-906a9c2100f7b60d70bc38f246b3b1f83e6ea5ac.zip
Remove superfluous 's'
-rw-r--r--docs/designdefense.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst
index 59b0e5a2d..c38598d58 100644
--- a/docs/designdefense.rst
+++ b/docs/designdefense.rst
@@ -219,7 +219,7 @@ is this:
Using such wrappers, we strive to always hide the ZCA API from application
developers. Application developers should just never know about the ZCA API:
they should call a Python function with some object germane to the domain as
-an argument, and it should returns a result. A corollary that follows is
+an argument, and it should return a result. A corollary that follows is
that any reader of an application that has been written using :app:`Pyramid`
needn't understand the ZCA API either.