summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-30 17:14:50 -0500
committerChris McDonough <chrism@plope.com>2010-12-30 17:14:50 -0500
commitae40397a29b6fc3068a61c5e7acc7e3f7d801086 (patch)
tree397873651e6812f1911a96b77220668db3b4d3b1
parentae6513b9e93d876902936c257aef6a506f850aa3 (diff)
downloadpyramid-ae40397a29b6fc3068a61c5e7acc7e3f7d801086.tar.gz
pyramid-ae40397a29b6fc3068a61c5e7acc7e3f7d801086.tar.bz2
pyramid-ae40397a29b6fc3068a61c5e7acc7e3f7d801086.zip
typos
-rw-r--r--pyramid/url.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/url.py b/pyramid/url.py
index e1eaaaa1e..ac569eecb 100644
--- a/pyramid/url.py
+++ b/pyramid/url.py
@@ -53,7 +53,7 @@ def route_url(route_name, request, *elements, **kw):
``*remainder`` replacement value, it is tacked on to the URL
untouched.
- If a keyword argument ``_query`` is present, it will used to
+ 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 of ``_query`` must be a sequence of two-tuples
*or* a data structure with an ``.items()`` method that returns a
@@ -221,7 +221,7 @@ def resource_url(resource, request, *elements, **kw):
``elements`` are used, the generated URL will *not*
end in trailing a slash.
- If a keyword argument ``query`` is present, it will used to
+ 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 of ``query`` must be a sequence of two-tuples *or*
a data structure with an ``.items()`` method that returns a