diff options
author | Martin Panter <vadmium> | 2015-09-11 02:30:08 (GMT) |
---|---|---|
committer | Martin Panter <vadmium> | 2015-09-11 02:30:08 (GMT) |
commit | 52233a01eda06ff1f2f01d9c3116ff9fafc380f9 (patch) | |
tree | f9fd3a37d77e3b967bc78fd68319155aa22e255a | |
parent | 9026924604a127ff23a712df92ac111e2fe59f08 (diff) | |
parent | daabed5d49ada78c12b4255f2998deeb83a20790 (diff) | |
download | cpython-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.rst | 2 |
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. |