summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-01 00:20:13 +0000
committerianb <devnull@localhost>2007-02-01 00:20:13 +0000
commit695731610bcf4d869456caffea28e40b44cd980e (patch)
tree2b5d4ace7253b196c056ddae96b3d3d6009e64ab /docs
parent54545f336fb9860d045386b4b956c0c32639dd64 (diff)
downloadpaste-695731610bcf4d869456caffea28e40b44cd980e.tar.gz
Fix up docstrings for reST validity
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 2159cac..eb67c58 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -38,10 +38,12 @@ In paste.wsgiwrappers
* ``paste.wsgiwrappers.WSGIRequest`` has match_accept() function to screen
incoming HTPT Accept values against a list of mime-types.
-* ``paste.wsgiwrappers.WSGIRequest.defaults`` now accepts 2 new keys:
- - language = The i18n language that should be used as the fallback should
- a translation not occur in a language file. See docs for
- details.
+* ``paste.wsgiwrappers.WSGIRequest.defaults`` now accepts a new key:
+
+ ``language``:
+ The i18n language that should be used as the fallback should
+ a translation not occur in a language file. See docs for
+ details.
* ``paste.wsgiwrappers.WSGIRequest`` can now optionally decode form
parameters to unicode when it has a ``charset`` value set.