Skip to content

Commit

Permalink
bpo-33580: Make binary/text file glossary entries follow most common …
Browse files Browse the repository at this point in the history
…"see also" style. (GH-6991)

(cherry picked from commit 0c4be82)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
  • Loading branch information
miss-islington and andresdelfino committed May 20, 2018
1 parent 82c9adb commit 983e965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,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
Expand Down Expand Up @@ -998,8 +998,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
Expand Down

0 comments on commit 983e965

Please sign in to comment.