From: Kojo Idrissa Date: Sun, 10 Apr 2016 19:04:46 +0000 (-0500) Subject: Fixed typo/grammar error (#532) X-Git-Tag: 2.9~27^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48cb2129c71fd4b2b29807433a15fe73ae295d3;p=thirdparty%2Fjinja.git Fixed typo/grammar error (#532) --- diff --git a/docs/api.rst b/docs/api.rst index b766a842..6de5a1db 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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.