diff options
| author | Lars Alexander Blumberg <larsblumberg@users.noreply.github.com> | 2017-08-14 10:11:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-14 10:11:56 +0200 |
| commit | 75a098c4a25542ebdef74c57aa15c70242ca9485 (patch) | |
| tree | bd4a54b74dee1842a84754132e2ad43c11e7da1b /docs/quick_tutorial | |
| parent | e83f2aa50917cf1ed07f8bcfb146a6c1b5759e5b (diff) | |
| download | pyramid-75a098c4a25542ebdef74c57aa15c70242ca9485.tar.gz pyramid-75a098c4a25542ebdef74c57aa15c70242ca9485.tar.bz2 pyramid-75a098c4a25542ebdef74c57aa15c70242ca9485.zip | |
Add missing word to jinja2 tutorials page
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/jinja2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 2fc68827b..4faa81fc4 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -85,7 +85,7 @@ Extra credit #. We used ``config.include`` which is an imperative configuration to get the :term:`Configurator` to load ``pyramid_jinja2``'s configuration. What is - another way could include it into the config? + another way we could include it into the config? .. seealso:: `Jinja2 homepage <http://jinja.pocoo.org/>`_, and :ref:`pyramid_jinja2 Overview <jinja2:overview>` |
