summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2015-09-11 02:23:41 (GMT)
committerMartin Panter <vadmium>2015-09-11 02:23:41 (GMT)
commitd8302624c91060c94ad4bb942bea14ebb145b70a (patch)
tree10279dd6079d27698f5bab6f43bf59ef2343049a
parent3d9a9d47a82eac7b597abb840d7e3e48b3608a54 (diff)
downloadcpython-d8302624c91060c94ad4bb942bea14ebb145b70a.zip
cpython-d8302624c91060c94ad4bb942bea14ebb145b70a.tar.gz
cpython-d8302624c91060c94ad4bb942bea14ebb145b70a.tar.bz2
Issue #24984: BTPROTO_SCO supports only bytes objects
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index d78705c..f13fd7e 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -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.