summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/sessions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index acc7bdd80..6a538766c 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -214,7 +214,7 @@ queue.
request.session.flash(msg, 'myappsqueue')
The ``allow_duplicate`` argument defaults to ``True``. If this is
-``False``, if you attempt to add a message to a queue which is already
+``False``, and you attempt to add a message value which is already
present in the queue, it will not be added.
Using the ``session.pop_flash`` Method