File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments