diff options
| author | ianb <devnull@localhost> | 2007-02-01 00:20:13 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-02-01 00:20:13 +0000 |
| commit | 695731610bcf4d869456caffea28e40b44cd980e (patch) | |
| tree | 2b5d4ace7253b196c056ddae96b3d3d6009e64ab /docs | |
| parent | 54545f336fb9860d045386b4b956c0c32639dd64 (diff) | |
| download | paste-695731610bcf4d869456caffea28e40b44cd980e.tar.gz | |
Fix up docstrings for reST validity
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 10 |
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. |
