diff options
| -rw-r--r-- | pyramid/url.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/url.py b/pyramid/url.py index 7a7dd3b4c..862d48b82 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -380,7 +380,7 @@ class URLMethodsMixin(object): and port) for a static resource. This function accepts the same argument as - :meth:`pyramid.request.Request.current_static_url` and performs the + :meth:`pyramid.request.Request.static_url` and performs the same duty. It just omits the host, port, and scheme information in the return value; only the script_name, path, query parameters, and anchor data are present in the returned string. |
