Skip to content

Commit 13c3286

Browse files
committed
minor #7851 Update requirements.rst (tomgrandy)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7851). Discussion ---------- Update requirements.rst The word "always" in a title should be capitalized. Commits ------- 9834796 Update requirements.rst
2 parents 5905e69 + 9834796 commit 13c3286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ a routing ``{wildcard}`` to only match some regular expression:
7575
Thanks to the ``\d+`` requirement (i.e. a "digit" of any length), ``/blog/2`` will
7676
match this route but ``/blog/some-string`` will *not* match.
7777

78-
.. sidebar:: Earlier Routes always Win
78+
.. sidebar:: Earlier Routes Always Win
7979

8080
Why would you ever care about requirements? If a request matches *two* routes,
8181
then the first route always wins. By adding requirements to the first route,

0 commit comments

Comments
 (0)