forked from orbit-oss/flask
Merge pull request #559 from rdegges/master
Fixing some wording in the design documentation.
This commit is contained in:
commit
9d9f240df8
1 changed files with 3 additions and 3 deletions
|
|
@ -90,9 +90,9 @@ since decorators could be fired in undefined order when the application is
|
||||||
split into multiple modules.
|
split into multiple modules.
|
||||||
|
|
||||||
Another design decision with the Werkzeug routing system is that routes
|
Another design decision with the Werkzeug routing system is that routes
|
||||||
in Werkzeug try to ensure that there is that URLs are unique. Werkzeug
|
in Werkzeug try to ensure that URLs are unique. Werkzeug will go quite far
|
||||||
will go quite far with that in that it will automatically redirect to a
|
with that in that it will automatically redirect to a canonical URL if a route
|
||||||
canonical URL if a route is ambiguous.
|
is ambiguous.
|
||||||
|
|
||||||
|
|
||||||
One Template Engine
|
One Template Engine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue