diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2011-01-05 23:31:58 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2011-01-05 23:31:58 -0700 |
| commit | 3a6919fe80d0ba6501b52b013800832549d09d63 (patch) | |
| tree | df8be0d2f92f874f63b855db12c657be17d13c7b /docs | |
| parent | fd3988fa3f97e217ac69abec2117bb72c2f5f262 (diff) | |
| download | pyramid-3a6919fe80d0ba6501b52b013800832549d09d63.tar.gz pyramid-3a6919fe80d0ba6501b52b013800832549d09d63.tar.bz2 pyramid-3a6919fe80d0ba6501b52b013800832549d09d63.zip | |
remove redundant sentence
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/sessions.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 0c50a996a..acc7bdd80 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -204,7 +204,6 @@ The ``queue`` argument allows you to choose a queue to which to append the message you provide. This can be used to push different kinds of messages into flash storage for later display in different places on a page. You can pass any name for your queue, but it must be a string. -The default value is the empty string, which chooses the default queue. Each queue is independent, and can be popped by ``pop_flash()`` or examined via ``peek_flash()`` separately. ``queue`` defaults to the empty string. The empty string represents the default flash message |
