summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-10-23 19:20:19 +0000
committerianb <devnull@localhost>2007-10-23 19:20:19 +0000
commit12419a84101b6c897c7ce40ba4f7f04ce85d353b (patch)
tree876c323a15c6af427cdcaffa502d3e1590eca2c9
parent8bbad7253988c61c0030e589d73c062602e516d3 (diff)
downloadpaste-12419a84101b6c897c7ce40ba4f7f04ce85d353b.tar.gz
doc fixes
-rw-r--r--docs/news.txt4
-rw-r--r--paste/exceptions/errormiddleware.py3
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 96a1ab6..f72e93c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,8 @@ News
.. contents::
-svn trunk
----------
+1.5.1
+-----
* Make ``paste.cascade`` more tolerant of a missing or invalid
Content-Length.
diff --git a/paste/exceptions/errormiddleware.py b/paste/exceptions/errormiddleware.py
index 8c5b15d..0842ed2 100644
--- a/paste/exceptions/errormiddleware.py
+++ b/paste/exceptions/errormiddleware.py
@@ -47,8 +47,7 @@ class ErrorMiddleware(object):
If true, then errors will be printed to ``wsgi.errors``
(frequently a server error log, or stderr).
- ``from_address``, ``smtp_server``, ``error_subject_prefix``,
- ``smtp_username``, ``smtp_password``, ``smtp_use_tls``:
+ ``from_address``, ``smtp_server``, ``error_subject_prefix``, ``smtp_username``, ``smtp_password``, ``smtp_use_tls``:
variables to control the emailed exception reports
``error_message``: