Add cross-references to the glossary entry for file objects.

This commit is contained in:
Antoine Pitrou 2010-09-15 11:11:28 +00:00
parent 6a11a98b7c
commit 11cb961b38
33 changed files with 165 additions and 166 deletions

View file

@ -232,8 +232,8 @@ Reading and Writing Files
builtin: open
object: file
:func:`open` returns a file object, and is most commonly used with two
arguments: ``open(filename, mode)``.
:func:`open` returns a :term:`file object`, and is most commonly used with
two arguments: ``open(filename, mode)``.
::