diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-01 18:25:29 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-01 18:25:29 -0800 |
| commit | c5d01d4667d678782898b7d6859d60c617e30a9e (patch) | |
| tree | c792a3bf12b2b2615fbb306e354c85b10983d63b /docs/glossary.rst | |
| parent | 1b5c1c3df5eadf02b0e8818e32ee45e69b2c051f (diff) | |
| parent | 043ccddb909327106264d10ed5d413760a51770d (diff) | |
| download | pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.gz pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.bz2 pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.zip | |
Merge pull request #760 from tshepang/typos
lots of typos
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index adcf36f7c..6620552f1 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -486,8 +486,8 @@ Glossary is in use. physical root - The object returned by the application :term:`root factory`. Unlike the - the :term:`virtual root` of a request, it is not impacted by + The object returned by the application :term:`root factory`. + Unlike the :term:`virtual root` of a request, it is not impacted by :ref:`vhosting_chapter`: it will always be the actual object returned by the root factory, never a subobject. @@ -840,7 +840,7 @@ Glossary information. Mako - `Mako <http://www.makotemplates.org/>`_ is a template language language + `Mako <http://www.makotemplates.org/>`_ is a template language which refines the familiar ideas of componentized layout and inheritance using Python with Python scoping and calling semantics. |
