Skip to content

Commit b158252

Browse files
ducinweaverryan
authored andcommitted
routing/working with message obj/dot instead of period
1 parent 03253e5 commit b158252

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
@@ -755,7 +755,7 @@ routing system can be:
755755
756756
As you've seen, this route will only match if the ``{culture}`` portion of
757757
the URL is either ``en`` or ``fr`` and if the ``{year}`` is a number. This
758-
route also shows how you can use a period between placeholders instead of
758+
route also shows how you can use a dot between placeholders instead of
759759
a slash. URLs matching this route might look like:
760760

761761
* ``/articles/en/2010/my-post``

0 commit comments

Comments
 (0)