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