From e441cebce340f54741be957817cc034000deab3c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 26 Apr 2014 16:00:15 +0200 Subject: [1.7.x] Updated doc links to point to Python 3 documentation Backport of 680a0f08b from master. --- docs/ref/files/file.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/ref/files') diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt index c2208baa47..6874936eab 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -11,8 +11,8 @@ The ``File`` Class .. class:: File(file_object) - The :class:`File` class is a thin wrapper around Python's :py:ref:`built-in - file object` with some Django-specific additions. + The :class:`File` class is a thin wrapper around a Python + :py:term:`file object` with some Django-specific additions. Internally, Django uses this class when it needs to represent a file. :class:`File` objects have the following attributes and methods: @@ -28,8 +28,7 @@ The ``File`` Class .. attribute:: file - The underlying :py:ref:`built-in file object` that - this class wraps. + The underlying :py:term:`file object` that this class wraps. .. attribute:: mode -- cgit v1.3