]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Change the address of Morsel description 1786/head
authorPing Yang <yuanta11@gmail.com>
Tue, 2 Aug 2016 11:37:37 +0000 (19:37 +0800)
committerPing Yang <yuanta11@gmail.com>
Tue, 2 Aug 2016 11:42:33 +0000 (19:42 +0800)
tornado/web.py

index f54c4d039d98560cbdae1d3cc7654534126b17b8..96b204eb3fba92eeedec4fb53d8f02561c38d3e0 100644 (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