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

Skip to content

Commit a47f917

Browse files
chrismcmackenweaverryan
authored andcommitted
Adding double backticks around blog for formatting
1 parent 4e18994 commit a47f917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ 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
421+
with a trailing slash (i.e. ``/blog/``). In this case the slash is a separator and
422422
should not be used if the optional parameter isn't passed.
423423

424424
.. index::

0 commit comments

Comments
 (0)