]> granicus.if.org Git - python/commitdiff
Issue #24984: BTPROTO_SCO supports only bytes objects
authorMartin Panter <vadmium>
Fri, 11 Sep 2015 02:23:41 +0000 (02:23 +0000)
committerMartin Panter <vadmium>
Fri, 11 Sep 2015 02:23:41 +0000 (02:23 +0000)
Doc/library/socket.rst

index d78705c26b7b1c9fdfb1af43a703b33003501f5c..f13fd7e2cbef0b9fb565c584d44e649918d44793 100644 (file)
@@ -121,7 +121,7 @@ created.  Socket addresses are represented as follows:
        NetBSD and DragonFlyBSD support added.
 
   - :const:`BTPROTO_SCO` accepts ``bdaddr`` where ``bdaddr`` is a
-    :term:`bytes-like object` containing the Bluetooth address in a
+    :class:`bytes` object containing the Bluetooth address in a
     string format. (ex. ``b'12:23:34:45:56:67'``) This protocol is not
     supported under FreeBSD.