diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-12-11 18:02:45 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-12-11 18:02:45 -0800 |
| commit | 1e8a6b885784280e7304b609fb5282e26cd58674 (patch) | |
| tree | 506f82a8a942a1323f0bddd4a8a5c72ce7cabc7e | |
| parent | 5c4318abe647b65869ac6dbb5b57cf1088712061 (diff) | |
| parent | 8856e23b9aa6d3d12da8d74c751c2a7191ff687b (diff) | |
| download | pyramid-1e8a6b885784280e7304b609fb5282e26cd58674.tar.gz pyramid-1e8a6b885784280e7304b609fb5282e26cd58674.tar.bz2 pyramid-1e8a6b885784280e7304b609fb5282e26cd58674.zip | |
Merge pull request #1208 from whiteroses/master
Fix a typo.
| -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 484ee775f..78dd297d5 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -359,7 +359,7 @@ class URLMethodsMixin(object): .. warning:: if no ``elements`` arguments are specified, the resource URL will end with a trailing slash. If any ``elements`` are used, the generated URL will *not* - end in trailing a slash. + end in a trailing slash. If a keyword argument ``query`` is present, it will be used to compose a query string that will be tacked on to the end of the URL. The value |
