summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-07-24 11:00:09 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-07-24 11:00:09 -0700
commit4396c62c5ebb07ffdc418955c251ed4d62d45817 (patch)
treec38aeed77084c72a3ca9c57aa38a26ecad347df2 /docs
parentb210666d36ef855df45478526d3ed54196955a00 (diff)
downloadpyramid-4396c62c5ebb07ffdc418955c251ed4d62d45817.tar.gz
pyramid-4396c62c5ebb07ffdc418955c251ed4d62d45817.tar.bz2
pyramid-4396c62c5ebb07ffdc418955c251ed4d62d45817.zip
Rewrote bad sentence
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/startup.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 8661c8f6a..68df9d417 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -112,11 +112,11 @@ Here's a high-level time-ordered overview of what happens when you press
(which is internal to Paste) such as ``reload_templates``,
``debug_authorization``, etc.
-#. The ``main`` function then calls various methods on the an instance of the
- class :class:`~pyramid.config.Configurator` method. The intent of
- calling these methods is to populate an :term:`application registry`,
- which represents the :app:`Pyramid` configuration related to the
- application.
+#. The ``main`` function then calls various methods on the instance of the
+ class :class:`~pyramid.config.Configurator` created in the previous step.
+ The intent of calling these methods is to populate an
+ :term:`application registry`, which represents the :app:`Pyramid`
+ configuration related to the application.
#. The :meth:`~pyramid.config.Configurator.make_wsgi_app` method is called.
The result is a :term:`router` instance. The router is associated with