summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:22:52 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:40:17 +0200
commit043ccddb909327106264d10ed5d413760a51770d (patch)
tree221ab651189aa7d54c5870f07cd065808d76cb04 /docs/glossary.rst
parent08c2217e7f831379016e1ddee0b5d51eeca53878 (diff)
downloadpyramid-043ccddb909327106264d10ed5d413760a51770d.tar.gz
pyramid-043ccddb909327106264d10ed5d413760a51770d.tar.bz2
pyramid-043ccddb909327106264d10ed5d413760a51770d.zip
eliminate other repeated words
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst6
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.