浏览代码

Fixed a typo in urlencode documentation.

wrwrwr 10 年之前
父节点
当前提交
62a53bdf11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/utils.txt

+ 1 - 1
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)