Fix typo in docs.

http://feedback.flask.pocoo.org/message/279
This commit is contained in:
Ned Jackson Lovely 2012-03-12 16:02:53 -04:00
parent 12544c3a8d
commit 27194a01d8

View file

@ -169,8 +169,8 @@ The following converters exist:
.. admonition:: Unique URLs / Redirection Behaviour
Flask's URL rules are based on Werkzeug's routing module. The idea behind
that module is to ensure beautiful and unique also unique URLs based on
precedents laid down by Apache and earlier HTTP servers.
that module is to ensure beautiful and unique URLs based on precedents
laid down by Apache and earlier HTTP servers.
Take these two rules::