Merge pull request #1786 from mr-ping/master
Change the address of Morsel description
This commit is contained in:
commit
6fd9c79c48
|
@ -527,7 +527,7 @@ class RequestHandler(object):
|
||||||
|
|
||||||
Additional keyword arguments are set on the Cookie.Morsel
|
Additional keyword arguments are set on the Cookie.Morsel
|
||||||
directly.
|
directly.
|
||||||
See http://docs.python.org/library/cookie.html#morsel-objects
|
See https://docs.python.org/2/library/cookie.html#Cookie.Morsel
|
||||||
for available attributes.
|
for available attributes.
|
||||||
"""
|
"""
|
||||||
# The cookie library only accepts type str, in both python 2 and 3
|
# The cookie library only accepts type str, in both python 2 and 3
|
||||||
|
|
Loading…
Reference in New Issue