summaryrefslogtreecommitdiff
path: root/django/http
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:52 -0400
commit1cfcc02fc3a2352868fb102118aff22b6e05c610 (patch)
tree55b12e07c1771f3dd58af081c8686a096c53cb33 /django/http
parent99e51bf168a628f67749fcfbd31951c499c403fc (diff)
[1.9.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
Diffstat (limited to 'django/http')
-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 3365cdbdca..ddd9d52147 100644
--- a/django/http/response.py
+++ b/django/http/response.py
@@ -238,7 +238,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