From 026ac8ab8f69269efa638cd2d7a3314fcd144144 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 14 Jan 2013 23:50:38 +0200 Subject: grammar --- pyramid/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py index 40c487704..9a3562f94 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -668,7 +668,7 @@ class Configurator( 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 -- cgit v1.2.3 From fa1ac6744f1e2308190ba84dd60d573b4fa25fb3 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 15 Jan 2013 00:56:42 +0200 Subject: another grammar fix --- docs/api/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/config.rst b/docs/api/config.rst index 5d2bce23e..e6a67830e 100644 --- a/docs/api/config.rst +++ b/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. -- cgit v1.2.3 From 024fd80060652a9d99c57abd55e940652c6dbb47 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 15 Jan 2013 01:18:30 +0200 Subject: yet another grammar fix --- pyramid/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/exceptions.py b/pyramid/exceptions.py index 1c8f99f62..dab958282 100644 --- a/pyramid/exceptions.py +++ b/pyramid/exceptions.py @@ -21,7 +21,7 @@ class URLDecodeError(UnicodeDecodeError): """ 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 -- cgit v1.2.3