diff options
| -rw-r--r-- | pyramid/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/request.py b/pyramid/request.py index 9ff94936c..621cbe484 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -35,7 +35,7 @@ class Request(WebobRequest): version number from which this documentation is autogenerated, but it will be the 'prevailing WebOb version' at the time of the release of this :app:`Pyramid` version. See - http://http://pythonpaste.org/webob/ for further information. + http://pythonpaste.org/webob/ for further information. """ implements(IRequest) response_callbacks = () |
