diff options
| author | tisdall <tisdall@gmail.com> | 2013-08-08 14:58:30 -0400 |
|---|---|---|
| committer | tisdall <tisdall@gmail.com> | 2013-08-08 14:58:30 -0400 |
| commit | bfb395aa02dc9c451d1c8e0e77242cf2547cff8b (patch) | |
| tree | 76a7408f7d99442ca7d839349a67fb73eb9e92f8 | |
| parent | 6714a5e945d46b456f6e54c4b982566b25640949 (diff) | |
| download | pyramid-bfb395aa02dc9c451d1c8e0e77242cf2547cff8b.tar.gz pyramid-bfb395aa02dc9c451d1c8e0e77242cf2547cff8b.tar.bz2 pyramid-bfb395aa02dc9c451d1c8e0e77242cf2547cff8b.zip | |
"readded" to "re-added"
| -rw-r--r-- | pyramid/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index a57f61ddb..275209737 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -915,7 +915,7 @@ class ISession(IDict): by ``queue``. An alternate flash message queue can used by passing an optional ``queue``, which must be a string. If ``allow_duplicate`` is false, if the ``msg`` already exists in the - queue, it will not be readded.""" + queue, it will not be re-added.""" def pop_flash(queue=''): """ Pop a queue from the flash storage. The queue is removed from |
