We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2a062 commit 40ccc0aCopy full SHA for 40ccc0a
docs/design.rst
@@ -90,9 +90,9 @@ since decorators could be fired in undefined order when the application is
90
split into multiple modules.
91
92
Another design decision with the Werkzeug routing system is that routes
93
-in Werkzeug try to ensure that there is that URLs are unique. Werkzeug
94
-will go quite far with that in that it will automatically redirect to a
95
-canonical URL if a route is ambiguous.
+in Werkzeug try to ensure that URLs are unique. Werkzeug will go quite far
+with that in that it will automatically redirect to a canonical URL if a route
+is ambiguous.
96
97
98
One Template Engine
0 commit comments