Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e18994

Browse files
chrismcmackenweaverryan
authored andcommitted
Fixing indentation
1 parent 597295c commit 4e18994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ match, giving the ``page`` parameter a value of ``2``. Perfect.
418418
.. tip::
419419

420420
Routes with optional parameters at the end will not match on requests
421-
with a trailing slash (i.e. /blog/). In this case the slash is a separator and
422-
should not be used if the optional parameter isn't passed.
421+
with a trailing slash (i.e. /blog/). In this case the slash is a separator and
422+
should not be used if the optional parameter isn't passed.
423423

424424
.. index::
425425
single: Routing; Requirements

0 commit comments

Comments
 (0)