Merge pull request #3543 from mattc41190/patch-1

itty bitty typo
This commit is contained in:
Joshua Bronson 2020-03-24 11:17:25 -04:00 committed by GitHub
commit 80a597b7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Templates
=========
Flask leverages Jinja2 as template engine. You are obviously free to use
Flask leverages Jinja2 as its template engine. You are obviously free to use
a different template engine, but you still have to install Jinja2 to run
Flask itself. This requirement is necessary to enable rich extensions.
An extension can depend on Jinja2 being present.