mirror of
https://github.com/Hopiu/django.git
synced 2026-05-04 21:54:48 +00:00
Merge pull request #3390 from wrwrwr/fix/urlencode-ref-typo
Fixed a typo in urlencode documentation.
This commit is contained in:
commit
c213a1887e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue