summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/exceptions.py2
1 files changed, 1 insertions, 1 deletions
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