1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

Fixed broken link in django.core.files.temp docstring.

This commit is contained in:
Ellen 2024-07-02 20:29:14 +01:00 committed by Sarah Boyce
parent ee20e2d038
commit b21f6d7ee4

View File

@ -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
"""