Merge pull request #1786 from mr-ping/master

Change the address of Morsel description
This commit is contained in:
A. Jesse Jiryu Davis 2016-08-02 08:46:51 -04:00 committed by GitHub
commit 6fd9c79c48
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ class RequestHandler(object):
Additional keyword arguments are set on the Cookie.Morsel
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.
"""
# The cookie library only accepts type str, in both python 2 and 3