summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2015-09-11 02:30:08 (GMT)
committerMartin Panter <vadmium>2015-09-11 02:30:08 (GMT)
commit52233a01eda06ff1f2f01d9c3116ff9fafc380f9 (patch)
treef9fd3a37d77e3b967bc78fd68319155aa22e255a
parent9026924604a127ff23a712df92ac111e2fe59f08 (diff)
parentdaabed5d49ada78c12b4255f2998deeb83a20790 (diff)
downloadcpython-52233a01eda06ff1f2f01d9c3116ff9fafc380f9.zip
cpython-52233a01eda06ff1f2f01d9c3116ff9fafc380f9.tar.gz
cpython-52233a01eda06ff1f2f01d9c3116ff9fafc380f9.tar.bz2
Issue #24984: Merge BTPROTO_SCO doc fix from 3.5
-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.