Skip to content

Commit a3f1b34

Browse files
committed
minor #5609 Add a missing backtick (fabschurt)
This PR was merged into the 2.3 branch. Discussion ---------- Add a missing backtick | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >= 2.3 | Fixed tickets | N/A Commits ------- 740e58d Add a missing backtick
2 parents 422f5c7 + 740e58d commit a3f1b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ framework does not need to be modified in any way, just create a new
173173
The ``is_leap_year()`` function returns ``true`` when the given year is a leap
174174
year, ``false`` otherwise. If the year is ``null``, the current year is
175175
tested. The controller is simple: it gets the year from the request
176-
attributes, pass it to the `is_leap_year()`` function, and according to the
176+
attributes, pass it to the ``is_leap_year()`` function, and according to the
177177
return value it creates a new Response object.
178178

179179
As always, you can decide to stop here and use the framework as is; it's

0 commit comments

Comments
 (0)