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:23 -0400
commit96f97691ad5e1483263cea3bb4e4021b4c8dcc41 (patch)
tree78f847d6c275046a14bcf341d9673972d404abd8 /django/http/response.py
parentdb613f4f1250971942f766dcf97c22234a3aa14e (diff)
Fixed broken links in docs and comments.
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