summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-05-20 15:12:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-05-20 15:12:50 (GMT)
commit0c4be82890858f874ff2158b0fcfdb8f261569c0 (patch)
treefee43d801bb7ef008460bf28ae0e167285c0ddb9 /Doc
parentc66c342cb42ab8a88884527ddfe3a5086bc06316 (diff)
downloadcpython-0c4be82890858f874ff2158b0fcfdb8f261569c0.zip
cpython-0c4be82890858f874ff2158b0fcfdb8f261569c0.tar.gz
cpython-0c4be82890858f874ff2158b0fcfdb8f261569c0.tar.bz2
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/glossary.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 13d0b9e..0ee056e 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -148,8 +148,8 @@ Glossary
:data:`sys.stdout.buffer`, and instances of :class:`io.BytesIO` and
:class:`gzip.GzipFile`.
- .. seealso::
- A :term:`text file` reads and writes :class:`str` objects.
+ See also :term:`text file` for a file object able to read and write
+ :class:`str` objects.
bytes-like object
An object that supports the :ref:`bufferobjects` and can
@@ -1030,8 +1030,8 @@ Glossary
:data:`sys.stdin`, :data:`sys.stdout`, and instances of
:class:`io.StringIO`.
- .. seealso::
- A :term:`binary file` reads and write :class:`bytes` objects.
+ See also :term:`binary file` for a file object able to read and write
+ :term:`bytes-like objects <bytes-like object>`.
triple-quoted string
A string which is bound by three instances of either a quotation mark