summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2010-12-29 00:29:11 +0200
committerMarius Gedminas <marius@gedmin.as>2010-12-29 00:29:11 +0200
commit87e5443d655b745ba7a5a675bdd52027a2240d11 (patch)
tree9902ecd01001d64e089ee9a322ae6717688b4846 /docs
parent2c29ef9007681902575384157eea8b36d53cca30 (diff)
downloadpyramid-87e5443d655b745ba7a5a675bdd52027a2240d11.tar.gz
pyramid-87e5443d655b745ba7a5a675bdd52027a2240d11.tar.bz2
pyramid-87e5443d655b745ba7a5a675bdd52027a2240d11.zip
"one or more has" -> "one or more have".
Sounds more natural to me, and Googling for "one or more: singular or plural" seems to agree.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/flash.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/flash.rst b/docs/narr/flash.rst
index ad50dc82b..d009da4fb 100644
--- a/docs/narr/flash.rst
+++ b/docs/narr/flash.rst
@@ -56,7 +56,7 @@ present in the queue, it will not be added.
Using the ``session.pop_flash`` Method
--------------------------------------
-Once one or more messages has been added to a flash queue by the
+Once one or more messages have been added to a flash queue by the
``session.flash`` API, the ``session.pop_flash`` API can be used to pop that
queue and return it for use.