Skip to content

Commit

Permalink
Update readme example slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Sep 24, 2023
1 parent ee16959 commit 15c592a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pypage supports Python 3.x and 2.7, and has been on CPython and PyPy.

.. code:: html

Fruits:
Some fruits with the character `r` in their name:
<ul>
{% for fruit in ['Apple', 'Strawberry', 'Orange'] %}
{% for fruit in ['Apple', 'Strawberry', 'Orange', 'Raspberry']] if 'r' in fruit %}
<li>
{{ fruit }}
</li>
Expand Down

0 comments on commit 15c592a

Please sign in to comment.