Skip to content

Commit 71aceb2

Browse files
authored
minor tweak
1 parent ec9816b commit 71aceb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/slash_in_parameter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ That's it! Now, the ``{token}`` parameter can contain the ``/`` character.
8383
regular expression to all of them, the results won't be the expected. For
8484
example, if the route definition is ``/share/{path}/{token}`` and both
8585
``path`` and ``token`` accept ``/``, then ``path`` will contain its contents
86-
and the token, whereas ``token`` will be empty.
86+
and the token, and ``token`` will be empty.

0 commit comments

Comments
 (0)