Skip to content

Commit 1cfe0e2

Browse files
authored
Update routing.rst
1 parent d3f812f commit 1cfe0e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,10 +1098,10 @@ A possible solution is to change the parameter requirements to be more permissiv
10981098
.. note::
10991099

11001100
If the route defines several parameter and you apply this permissive
1101-
regular expression to all of them, the results won't be the expected. For
1101+
regular expression to all of them. For
11021102
example, if the route definition is ``/share/{path}/{token}`` and both
11031103
``path`` and ``token`` accept ``/``, then ``path`` will contain its contents
1104-
and the token, and ``token`` will be empty.
1104+
and ``token`` will contain its contents. ``token`` will not be empty.
11051105

11061106
.. note::
11071107

0 commit comments

Comments
 (0)