]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fixed typo/grammar error (#532)
authorKojo Idrissa <kojoidrissa@users.noreply.github.com>
Sun, 10 Apr 2016 19:04:46 +0000 (14:04 -0500)
committerDavid Lord <davidism@gmail.com>
Sun, 10 Apr 2016 19:04:46 +0000 (12:04 -0700)
docs/api.rst

index b766a842ad425ae6a0aadaaba4df7d103ee40298..6de5a1db969bc1650f54ebc42e6491e1d63150dd 100644 (file)
@@ -19,7 +19,7 @@ Even if you are creating templates from strings by using the constructor of
 albeit a shared one.
 
 Most applications will create one :class:`Environment` object on application
-initialization and use that to load templates.  In some cases it's however
+initialization and use that to load templates.  In some cases however, it's 
 useful to have multiple environments side by side, if different configurations
 are in use.