diff options
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 5fbb91b9ee..07935930bd 100644 --- a/django/core/files/temp.py +++ b/django/core/files/temp.py @@ -13,7 +13,7 @@ The custom version of NamedTemporaryFile doesn't support the same keyword arguments available in tempfile.NamedTemporaryFile. 1: https://mail.python.org/pipermail/python-list/2005-December/336957.html -2: http://bugs.python.org/issue14243 +2: https://bugs.python.org/issue14243 """ import os |
