diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-19 21:33:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-19 21:33:54 -0500 |
| commit | 5a1950121af5f70c473ce8e74b6d9044e8b9e375 (patch) | |
| tree | b5bb07947ee0e809161c2fe1243e830d7a3263ea /docs/api | |
| parent | 5c437abba0926f6093efbd481e49763de2436665 (diff) | |
| parent | effe0e6c5adf64ac99f54082121373f84be4611b (diff) | |
| download | pyramid-5a1950121af5f70c473ce8e74b6d9044e8b9e375.tar.gz pyramid-5a1950121af5f70c473ce8e74b6d9044e8b9e375.tar.bz2 pyramid-5a1950121af5f70c473ce8e74b6d9044e8b9e375.zip | |
Merge pull request #3034 from russellballestrini/1.9-refactor-parse-url-overrides
refactor parse_url_overrides
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/url.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/url.rst b/docs/api/url.rst index 131d85806..8aaabc352 100644 --- a/docs/api/url.rst +++ b/docs/api/url.rst @@ -5,7 +5,7 @@ .. automodule:: pyramid.url - .. autofunction:: pyramid.url.resource_url(context, request, *elements, query=None, anchor=None) + .. autofunction:: resource_url .. autofunction:: route_url |
