summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-27 14:37:48 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-27 14:37:48 (GMT)
commit4ae4f876a2f48e7706c874e267285e88eb955723 (patch)
tree2da9fa31295d283b4b0ddfe232c476cc82a51762 /Doc/library/io.rst
parent0dfdf006a6e421cf9a8155b6d20e6e39c6387e92 (diff)
downloadcpython-4ae4f876a2f48e7706c874e267285e88eb955723.zip
cpython-4ae4f876a2f48e7706c874e267285e88eb955723.tar.gz
cpython-4ae4f876a2f48e7706c874e267285e88eb955723.tar.bz2
Merged revisions 74209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line builtin -> built-in. ........
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r--Doc/library/io.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index f2240ec..cf2f0bd 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -10,7 +10,7 @@
.. versionadded:: 2.6
The :mod:`io` module provides the Python interfaces to stream handling. The
-builtin :func:`open` function is defined in this module.
+built-in :func:`open` function is defined in this module.
At the top of the I/O hierarchy is the abstract base class :class:`IOBase`. It
defines the basic interface to a stream. Note, however, that there is no