diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-15 01:18:30 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-15 01:18:30 +0200 |
| commit | 024fd80060652a9d99c57abd55e940652c6dbb47 (patch) | |
| tree | 8ec2d99ac09eb31bc6655dadd29f58a36911fa73 | |
| parent | fa1ac6744f1e2308190ba84dd60d573b4fa25fb3 (diff) | |
| download | pyramid-024fd80060652a9d99c57abd55e940652c6dbb47.tar.gz pyramid-024fd80060652a9d99c57abd55e940652c6dbb47.tar.bz2 pyramid-024fd80060652a9d99c57abd55e940652c6dbb47.zip | |
yet another grammar fix
| -rw-r--r-- | pyramid/exceptions.py | 2 |
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 |
