Commit a2ebbf89 authored by wrwrwr's avatar wrwrwr Committed by Tim Graham
Browse files

[1.7.x] Fixed a typo in urlencode documentation.

Backport of 62a53bdf from master
parent 37ab955d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)