Chris McDonough
2013-01-15 ef5f08ad63806f81ee589291dfc4e33a9d1cf623
Merge pull request #795 from tshepang/grammar

grammar fixes
3 files modified
6 ■■■■ changed files
docs/api/config.rst 2 ●●● patch | view | raw | blame | history
pyramid/config/__init__.py 2 ●●● patch | view | raw | blame | history
pyramid/exceptions.py 2 ●●● patch | view | raw | blame | history
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.
pyramid/config/__init__.py
@@ -668,7 +668,7 @@
           def includeme(config):
               config.add_view(my_view)
        You might cause it be included within your Pyramid application like
        You might cause it to be included within your Pyramid application like
        so:
        .. code-block:: python
pyramid/exceptions.py
@@ -21,7 +21,7 @@
    """
    This exception is raised when :app:`Pyramid` cannot
    successfully decode a URL or a URL path segment.  This exception
    it behaves just like the Python builtin
    behaves just like the Python builtin
    :exc:`UnicodeDecodeError`. It is a subclass of the builtin
    :exc:`UnicodeDecodeError` exception only for identity purposes,
    mostly so an exception view can be registered when a URL cannot be