Unverified Kaydet (Commit) 983e9653 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

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

(cherry picked from commit 0c4be828)
Co-authored-by: 's avatarAndrés Delfino <adelfino@gmail.com>
üst 82c9adb3
......@@ -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
......@@ -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
......
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