Skip to content

Commit

Permalink
minor #5609 Add a missing backtick (fabschurt)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Aug 9, 2015
2 parents 422f5c7 + 740e58d commit a3f1b34
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 a3f1b34

Please sign in to comment.