From f12e3696fe74cb42608f4d31bf6bd641f0c4eb7c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Thu, 20 Jan 2011 19:27:00 -0500 Subject: Fixed webob link in request, thanks raydeo --- pyramid/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () -- cgit v1.2.3