From 11cb961b38550443d287b2b55174e504c2309af2 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 15 Sep 2010 11:11:28 +0000 Subject: Add cross-references to the glossary entry for file objects. --- Doc/tutorial/inputoutput.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/tutorial') diff --git a/Doc/tutorial/inputoutput.rst b/Doc/tutorial/inputoutput.rst index dbb56f6162..84e83b5d7d 100644 --- a/Doc/tutorial/inputoutput.rst +++ b/Doc/tutorial/inputoutput.rst @@ -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)``. :: -- cgit v1.2.1