]> granicus.if.org Git - python/commitdiff
bpo-33580: Make binary/text file glossary entries follow most common "see also" style...
authorAndrés Delfino <adelfino@gmail.com>
Sun, 20 May 2018 15:12:50 +0000 (12:12 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 May 2018 15:12:50 +0000 (18:12 +0300)
Doc/glossary.rst

index 13d0b9e90b39e76a9d36daad6d0712ab52c99659..0ee056ee28dd37d736ce51734bca0f741f6d9693 100644 (file)
@@ -148,8 +148,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
@@ -1030,8 +1030,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