diff options
| author | Ira <whiteroses@users.noreply.github.com> | 2013-12-12 00:38:58 +0000 |
|---|---|---|
| committer | Ira <whiteroses@users.noreply.github.com> | 2013-12-12 00:38:58 +0000 |
| commit | 8856e23b9aa6d3d12da8d74c751c2a7191ff687b (patch) | |
| tree | 506f82a8a942a1323f0bddd4a8a5c72ce7cabc7e | |
| parent | 5c4318abe647b65869ac6dbb5b57cf1088712061 (diff) | |
| download | pyramid-8856e23b9aa6d3d12da8d74c751c2a7191ff687b.tar.gz pyramid-8856e23b9aa6d3d12da8d74c751c2a7191ff687b.tar.bz2 pyramid-8856e23b9aa6d3d12da8d74c751c2a7191ff687b.zip | |
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 |
