summaryrefslogtreecommitdiff
path: root/docs/ref/files/uploads.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/files/uploads.txt')
-rw-r--r--docs/ref/files/uploads.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt
index dd8ff99689..510b7df546 100644
--- a/docs/ref/files/uploads.txt
+++ b/docs/ref/files/uploads.txt
@@ -76,7 +76,7 @@ Here are some useful attributes of ``UploadedFile``:
for line in uploadedfile:
do_something_with(line)
- Lines are split using :pep:`universal newlines <278>`. The following are
+ Lines are split using :term:`python:universal newlines`. The following are
recognized as ending a line: the Unix end-of-line convention ``'\n'``, the
Windows convention ``'\r\n'``, and the old Macintosh convention ``'\r'``.