commit | ad48a2e57c028c2d2225c0a2c7f23e74c6582080 | [log] [tgz] |
---|---|---|
author | Lukas Meuser <mq@quittenbrod.de> | Thu May 01 18:19:57 2008 +0200 |
committer | Lukas Meuser <mq@quittenbrod.de> | Thu May 01 18:19:57 2008 +0200 |
tree | c3357974a0e438f856cf818ae78d8500b3169bd8 | |
parent | 187bde1aff75cfc41cb345cd7798d5500900a3c0 [diff] [blame] |
Fixed typos in documentation --HG-- branch : trunk
diff --git a/jinja2/tests.py b/jinja2/tests.py index 01246ff..37e6f31 100644 --- a/jinja2/tests.py +++ b/jinja2/tests.py
@@ -22,7 +22,7 @@ def test_even(value): - """Return true of the variable is even.""" + """Return true if the variable is even.""" return value % 2 == 0