From b21f6d7ee41ff09e1ff16d2bbb929464f6939d37 Mon Sep 17 00:00:00 2001 From: Ellen <38250543+ellen364@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:29:14 +0100 Subject: [PATCH] Fixed broken link in django.core.files.temp docstring. --- django/core/files/temp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """