summaryrefslogtreecommitdiff
path: root/django/http/response.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-06-16 04:20:23 +0300
committerTim Graham <timograham@gmail.com>2016-06-15 21:20:38 -0400
commitefe98743718d694e5cb35cd5b99de8b1cabe658f (patch)
tree1f0a3b8bca9934e5b66123531ca41f393bef5ca4 /django/http/response.py
parentf9b3a6a76f51395a77ab77a8784851549400bbed (diff)
[1.10.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
Diffstat (limited to 'django/http/response.py')
-rw-r--r--django/http/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/http/response.py b/django/http/response.py
index f91a46bbbe..c63b446b21 100644
--- a/django/http/response.py
+++ b/django/http/response.py
@@ -240,7 +240,7 @@ class HttpResponseBase(six.Iterator):
return force_bytes(value, self.charset)
# These methods partially implement the file-like object interface.
- # See http://docs.python.org/lib/bltin-file-objects.html
+ # See https://docs.python.org/3/library/io.html#io.IOBase
# The WSGI server must call this method upon completion of the request.
# See http://blog.dscpl.com.au/2012/10/obligations-for-calling-close-on.html