summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-15 01:18:30 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-15 01:18:30 +0200
commit024fd80060652a9d99c57abd55e940652c6dbb47 (patch)
tree8ec2d99ac09eb31bc6655dadd29f58a36911fa73
parentfa1ac6744f1e2308190ba84dd60d573b4fa25fb3 (diff)
downloadpyramid-024fd80060652a9d99c57abd55e940652c6dbb47.tar.gz
pyramid-024fd80060652a9d99c57abd55e940652c6dbb47.tar.bz2
pyramid-024fd80060652a9d99c57abd55e940652c6dbb47.zip
yet another grammar fix
-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