DOC: fixed typo in 'CLEAN_URLS'

was singular in docs but only works as plural
This commit is contained in:
Tobias 2012-02-12 18:25:51 +01:00
commit 1f4bb6a2e4

View file

@ -27,7 +27,7 @@ Setting name (default value) what does it do?
`ARTICLE_PERMALINK_STRUCTURE` (``''``) Empty by default. Allows to render URLs in a `ARTICLE_PERMALINK_STRUCTURE` (``''``) Empty by default. Allows to render URLs in a
particular way, see below. particular way, see below.
`AUTHOR` Default author (put your name) `AUTHOR` Default author (put your name)
`CLEAN_URL` (``False``) If set to `True`, the URLs will not be suffixed by `CLEAN_URLS` (``False``) If set to `True`, the URLs will not be suffixed by
`.html`, so you will have to setup URL rewriting on `.html`, so you will have to setup URL rewriting on
your web server. your web server.
`DATE_FORMATS` (``{}``) If you do manage multiple languages, you can `DATE_FORMATS` (``{}``) If you do manage multiple languages, you can