Skip to content

Commit 40ccc0a

Browse files
Fixing some wording in the design documentation.
1 parent ea2a062 commit 40ccc0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/design.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ since decorators could be fired in undefined order when the application is
9090
split into multiple modules.
9191

9292
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.
93+
in Werkzeug try to ensure that URLs are unique. Werkzeug will go quite far
94+
with that in that it will automatically redirect to a canonical URL if a route
95+
is ambiguous.
9696

9797

9898
One Template Engine

0 commit comments

Comments
 (0)