diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-06-16 04:20:23 +0300 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2016-06-15 21:20:23 -0400 |
commit | 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 (patch) | |
tree | 78f847d6c275046a14bcf341d9673972d404abd8 /django/core/files/temp.py | |
parent | db613f4f1250971942f766dcf97c22234a3aa14e (diff) | |
download | django-96f97691ad5e1483263cea3bb4e4021b4c8dcc41.tar.gz |
Fixed broken links in docs and comments.
Diffstat (limited to 'django/core/files/temp.py')
-rw-r--r-- | django/core/files/temp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/temp.py b/django/core/files/temp.py index 39b61fd52e..f5aea1a9a8 100644 --- a/django/core/files/temp.py +++ b/django/core/files/temp.py @@ -12,7 +12,7 @@ processes in a manner that works across platforms. Also note that the custom version of NamedTemporaryFile does not support the full range of keyword arguments available in Python 2.6+ and 3.0+. -1: https://mail.python.org/pipermail/python-list/2005-December/336958.html +1: https://mail.python.org/pipermail/python-list/2005-December/336957.html 2: http://bugs.python.org/issue14243 """ |