Chris McDonough
2011-09-07 3277d20ba415c50231e2a89a5014548c30dc68b4
typo
1 files modified
8 ■■■■ changed files
pyramid/registry.py 8 ●●●● patch | view | raw | blame | history
pyramid/registry.py
@@ -7,10 +7,10 @@
    the framework itself to perform mappings of URLs to view callables, as
    well as servicing other various framework duties. A registry has its own
    internal API, but this API is rarely used by Pyramid application
    developers (usually obly by developers of the Pyramid framework).  But it
    has a number of attributes that may be useful to application developers
    within application code, such as ``settings``, which is a dictionary
    containing application deployment settings.
    developers (it's usually only used by developers of the Pyramid
    framework).  But it has a number of attributes that may be useful to
    application developers within application code, such as ``settings``,
    which is a dictionary containing application deployment settings.
    For information about the purpose and usage of the application registry,
    see :ref:`zca_chapter`.