summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-18 18:28:15 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-18 18:28:15 -0700
commit6430c7b3aa3f2f1e47d3a647a70c0a953fcbb23c (patch)
tree51f48f44ebf76d3f84637c73b3f0c196de9ba4ac /docs
parentd5d0b34aeb1af8e3df031215df3f113c392833a6 (diff)
downloadpyramid-6430c7b3aa3f2f1e47d3a647a70c0a953fcbb23c.tar.gz
pyramid-6430c7b3aa3f2f1e47d3a647a70c0a953fcbb23c.tar.bz2
pyramid-6430c7b3aa3f2f1e47d3a647a70c0a953fcbb23c.zip
they => the
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/advconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 1e2e7a0e9..4b10e6194 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -402,7 +402,7 @@ be ordered in dependency order.
Some configuration methods, such as
:meth:`pyramid.config.Configurator.add_route` have internal ordering
-constraints: they routes they imply require relative ordering. Such ordering
+constraints: the routes they imply require relative ordering. Such ordering
constraints are not absolved by two-phase configuration. Routes are still
added in configuration execution order.