Skip to content

Commit

Permalink
Split up long sentence on beginning configuration for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
caseman committed Nov 16, 2010
1 parent 8a3aa65 commit 3791faf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/narr/firstapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ Beginning Configuration
The :meth:`pyramid.configuration.Configurator.begin` method tells
the system that application configuration has begun. In particular,
this causes the :term:`application registry` associated with this
configurator to become the "current" application registry, meaning
that code which attempts to use the application registry :term:`thread
local` will obtain the registry associated with the configurator.
This is an explicit step because it's sometimes convenient to use a
configurator without causing the registry associated with the
configurator to become "current".
configurator to become the "current" application registry.
Code that subsequently attempts to use the application registry
:term:`thread local` will obtain the registry associated with this
configurator. This is an explicit step because it's sometimes
convenient to use a configurator without causing the registry
associated with the configurator to become "current".

.. note::

Expand Down

0 comments on commit 3791faf

Please sign in to comment.