summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrwrwr <git@wr.waw.pl>2014-10-19 11:01:14 +0200
committerTim Graham <timograham@gmail.com>2014-10-19 19:20:28 -0400
commita2ebbf891675d264a9fa6a9b2bcef976386b8da7 (patch)
tree73b4af6a8d4350713a2eaa3c2f09f427c043cff3
parent37ab955d69ea541b4c66e225cc24dc0a2ee057be (diff)
[1.7.x] Fixed a typo in urlencode documentation.
Backport of 62a53bdf11 from master
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 70ac768bd5..1b16566d3c 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -668,7 +668,7 @@ escaping HTML.
.. function:: urlencode(query, doseq=0)
A version of Python's urllib.urlencode() function that can operate on
- unicode strings. The parameters are first case to UTF-8 encoded strings
+ unicode strings. The parameters are first cast to UTF-8 encoded strings
and then encoded as per normal.
.. function:: cookie_date(epoch_seconds=None)