]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo 397/head
authorFabio Utzig <utzig@utzig.org>
Sun, 18 Jan 2015 19:29:18 +0000 (17:29 -0200)
committerFabio Utzig <utzig@utzig.org>
Sun, 18 Jan 2015 19:29:18 +0000 (17:29 -0200)
jinja2/utils.py

index 1045e3f4642a7be376e6c004f6ee79143382df19..5eacbdf432739b831e1989ef524edb1cdb724485 100644 (file)
@@ -235,7 +235,7 @@ def urlize(text, trim_url_limit=None, nofollow=False, target=None):
 
 
 def generate_lorem_ipsum(n=5, html=True, min=20, max=100):
-    """Generate some lorem impsum for the template."""
+    """Generate some lorem ipsum for the template."""
     from jinja2.constants import LOREM_IPSUM_WORDS
     from random import choice, randrange
     words = LOREM_IPSUM_WORDS.split()