summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-10-19 17:07:57 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2014-10-19 17:07:57 +0700
commitc213a1887e9acd3c25ea535b82915ad22e1edc7d (patch)
tree58d41cbf50c0cbb2827a9a8f02ff7b292c5443e4 /docs
parent6c79d3297782fed07b81faaf0e9c0c7d63590e35 (diff)
parent62a53bdf11c01e16b4e2500c7cf05fe372ccc261 (diff)
Merge pull request #3390 from wrwrwr/fix/urlencode-ref-typo
Fixed a typo in urlencode documentation.
Diffstat (limited to 'docs')
-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 1cbc23449b..6a33f8bb93 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -698,7 +698,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)