diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-17 19:59:25 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-17 19:59:25 -0500 |
| commit | 8964ac5a6c041430efcc5bc9d40a13a2d472c968 (patch) | |
| tree | 36beb2077d94df957dc83543a08bf674cea5d502 | |
| parent | 647815ef5fb2ca795b2d4ceb8f6740acefb7c695 (diff) | |
| download | pyramid-8964ac5a6c041430efcc5bc9d40a13a2d472c968.tar.gz pyramid-8964ac5a6c041430efcc5bc9d40a13a2d472c968.tar.bz2 pyramid-8964ac5a6c041430efcc5bc9d40a13a2d472c968.zip | |
get rid of extraneous note
| -rw-r--r-- | pyramid/request.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyramid/request.py b/pyramid/request.py index 43a4a3aa2..2f9ca5819 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -259,9 +259,6 @@ class Request(WebobRequest): scheme, and port) for a named :app:`Pyramid` :term:`route configuration`. - .. note:: Calling :meth:`pyramid.Request.route_path` can be used to - achieve the same result as :func:`pyramid.url.route_path`. - This is a convenience method. The result of calling :meth:`pyramid.request.Request.route_path` is the same as calling :func:`pyramid.url.route_path` with an explicit ``request`` |
