Commit 0c4be828 authored by Andrés Delfino's avatar Andrés Delfino Committed by Serhiy Storchaka

bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991)

parent c66c342c
...@@ -148,8 +148,8 @@ Glossary ...@@ -148,8 +148,8 @@ Glossary
:data:`sys.stdout.buffer`, and instances of :class:`io.BytesIO` and :data:`sys.stdout.buffer`, and instances of :class:`io.BytesIO` and
:class:`gzip.GzipFile`. :class:`gzip.GzipFile`.
.. seealso:: See also :term:`text file` for a file object able to read and write
A :term:`text file` reads and writes :class:`str` objects. :class:`str` objects.
bytes-like object bytes-like object
An object that supports the :ref:`bufferobjects` and can An object that supports the :ref:`bufferobjects` and can
...@@ -1030,8 +1030,8 @@ Glossary ...@@ -1030,8 +1030,8 @@ Glossary
:data:`sys.stdin`, :data:`sys.stdout`, and instances of :data:`sys.stdin`, :data:`sys.stdout`, and instances of
:class:`io.StringIO`. :class:`io.StringIO`.
.. seealso:: See also :term:`binary file` for a file object able to read and write
A :term:`binary file` reads and write :class:`bytes` objects. :term:`bytes-like objects <bytes-like object>`.
triple-quoted string triple-quoted string
A string which is bound by three instances of either a quotation mark A string which is bound by three instances of either a quotation mark
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment