summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2015-09-11 02:29:35 (GMT)
committerMartin Panter <vadmium>2015-09-11 02:29:35 (GMT)
commitdaabed5d49ada78c12b4255f2998deeb83a20790 (patch)
tree521f21d7de5dcbc8640751ef5d21fb823abb099f /Doc/library/socket.rst
parent79cf1b04a346fabead9856ebcec686169a443b05 (diff)
parentd8302624c91060c94ad4bb942bea14ebb145b70a (diff)
downloadcpython-daabed5d49ada78c12b4255f2998deeb83a20790.zip
cpython-daabed5d49ada78c12b4255f2998deeb83a20790.tar.gz
cpython-daabed5d49ada78c12b4255f2998deeb83a20790.tar.bz2
Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5
Diffstat (limited to 'Doc/library/socket.rst')
-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 3ecab9e..131100a 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -124,7 +124,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.