diff options
| author | wrwrwr <git@wr.waw.pl> | 2014-10-19 11:01:14 +0200 |
|---|---|---|
| committer | wrwrwr <git@wr.waw.pl> | 2014-10-19 11:01:14 +0200 |
| commit | 62a53bdf11c01e16b4e2500c7cf05fe372ccc261 (patch) | |
| tree | 58d41cbf50c0cbb2827a9a8f02ff7b292c5443e4 /docs | |
| parent | 6c79d3297782fed07b81faaf0e9c0c7d63590e35 (diff) | |
Fixed a typo in urlencode documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
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) |
