diff options
| author | Ellen <38250543+ellen364@users.noreply.github.com> | 2024-07-02 20:29:14 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-22 08:29:21 +0200 |
| commit | b21f6d7ee41ff09e1ff16d2bbb929464f6939d37 (patch) | |
| tree | b10a9b461fc966121b5301d115fd196730221670 | |
| parent | ee20e2d0380e3f4f87c0ea386c7365056473d6ad (diff) | |
Fixed broken link in django.core.files.temp docstring.
| -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 5bd31dd5f2..b719d94a84 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. 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 +1: https://mail.python.org/pipermail/python-list/2005-December/336955.html 2: https://bugs.python.org/issue14243 """ |
