diff options
| author | Mike Edmunds <medmunds@gmail.com> | 2026-04-17 10:16:37 -0700 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-04-24 12:22:34 -0300 |
| commit | 29eac2648cbc8f4000a391bf6424bc32979b0149 (patch) | |
| tree | 0634bb488f90ba9732c97f38f078392e22c66c03 /docs/ref/files | |
| parent | d24160ab4855f6971aa1f437720adca6330048a2 (diff) | |
Replaced references in docs to accepted PEPs with specific Python docs links.
Where the docs used `:pep:` links for established Python language
features, replaced them with direct references to the Python docs
(usually glossary terms).
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/uploads.txt | 2 |
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'``. |
