summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen <38250543+ellen364@users.noreply.github.com>2024-07-02 20:29:14 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-22 08:29:21 +0200
commitb21f6d7ee41ff09e1ff16d2bbb929464f6939d37 (patch)
treeb10a9b461fc966121b5301d115fd196730221670
parentee20e2d0380e3f4f87c0ea386c7365056473d6ad (diff)
Fixed broken link in django.core.files.temp docstring.
-rw-r--r--django/core/files/temp.py2
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
"""