diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-07 16:03:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-07 16:03:44 -0400 |
| commit | 3277d20ba415c50231e2a89a5014548c30dc68b4 (patch) | |
| tree | 17152a935064eb85761f75b9d01d599c91b9538d | |
| parent | 8a8c27d4699168818e942f4beba7b88740ae346b (diff) | |
| download | pyramid-3277d20ba415c50231e2a89a5014548c30dc68b4.tar.gz pyramid-3277d20ba415c50231e2a89a5014548c30dc68b4.tar.bz2 pyramid-3277d20ba415c50231e2a89a5014548c30dc68b4.zip | |
typo
| -rw-r--r-- | pyramid/registry.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyramid/registry.py b/pyramid/registry.py index 93a7a8b46..6b287e4f1 100644 --- a/pyramid/registry.py +++ b/pyramid/registry.py @@ -7,10 +7,10 @@ class Registry(Components, dict): 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`. |
