Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 983e965

Browse files
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991)
(cherry picked from commit 0c4be82) Co-authored-by: Andrés Delfino <[email protected]>
1 parent 82c9adb commit 983e965

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Glossary
136136
:data:`sys.stdout.buffer`, and instances of :class:`io.BytesIO` and
137137
:class:`gzip.GzipFile`.
138138

139-
.. seealso::
140-
A :term:`text file` reads and writes :class:`str` objects.
139+
See also :term:`text file` for a file object able to read and write
140+
:class:`str` objects.
141141

142142
bytes-like object
143143
An object that supports the :ref:`bufferobjects` and can
@@ -998,8 +998,8 @@ Glossary
998998
:data:`sys.stdin`, :data:`sys.stdout`, and instances of
999999
:class:`io.StringIO`.
10001000

1001-
.. seealso::
1002-
A :term:`binary file` reads and write :class:`bytes` objects.
1001+
See also :term:`binary file` for a file object able to read and write
1002+
:term:`bytes-like objects <bytes-like object>`.
10031003

10041004
triple-quoted string
10051005
A string which is bound by three instances of either a quotation mark

0 commit comments

Comments
 (0)