Skip to content

Commit

Permalink
Add a missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Schurter committed Aug 9, 2015
1 parent b892f48 commit 740e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_framework/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ framework does not need to be modified in any way, just create a new
The ``is_leap_year()`` function returns ``true`` when the given year is a leap
year, ``false`` otherwise. If the year is ``null``, the current year is
tested. The controller is simple: it gets the year from the request
attributes, pass it to the `is_leap_year()`` function, and according to the
attributes, pass it to the ``is_leap_year()`` function, and according to the
return value it creates a new Response object.

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

0 comments on commit 740e58d

Please sign in to comment.