summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-15 00:56:42 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-15 00:56:42 +0200
commitfa1ac6744f1e2308190ba84dd60d573b4fa25fb3 (patch)
tree91bdacb9cc77f70fcedc92c8fcff037ab4a50efd /docs/api/config.rst
parent026ac8ab8f69269efa638cd2d7a3314fcd144144 (diff)
downloadpyramid-fa1ac6744f1e2308190ba84dd60d573b4fa25fb3.tar.gz
pyramid-fa1ac6744f1e2308190ba84dd60d573b4fa25fb3.tar.bz2
pyramid-fa1ac6744f1e2308190ba84dd60d573b4fa25fb3.zip
another grammar fix
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 5d2bce23e..e6a67830e 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -130,7 +130,7 @@
.. attribute:: global_registries
The set of registries that have been created for :app:`Pyramid`
- applications, one per each call to
+ applications, one for each call to
:meth:`pyramid.config.Configurator.make_wsgi_app` in the current
process. The object itself supports iteration and has a ``last`` property
containing the last registry loaded.