summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra <whiteroses@users.noreply.github.com>2013-12-12 00:38:58 +0000
committerIra <whiteroses@users.noreply.github.com>2013-12-12 00:38:58 +0000
commit8856e23b9aa6d3d12da8d74c751c2a7191ff687b (patch)
tree506f82a8a942a1323f0bddd4a8a5c72ce7cabc7e
parent5c4318abe647b65869ac6dbb5b57cf1088712061 (diff)
downloadpyramid-8856e23b9aa6d3d12da8d74c751c2a7191ff687b.tar.gz
pyramid-8856e23b9aa6d3d12da8d74c751c2a7191ff687b.tar.bz2
pyramid-8856e23b9aa6d3d12da8d74c751c2a7191ff687b.zip
Fix a typo.
-rw-r--r--pyramid/url.py2
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