Skip to content

Commit 38e32a7

Browse files
authored
Update Doc/library/socket.rst
1 parent 5a1eaa3 commit 38e32a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/socket.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ created. Socket addresses are represented as follows:
140140
- :const:`BTPROTO_L2CAP` accepts a tuple
141141
``(bdaddr, psm[, cid[, bdaddr_type]])`` where:
142142

143-
- ``bdaddr``: String specifying the Bluetooth address.
144-
- ``psm`` Integer specifying the Protocol/Service Multiplexer.
145-
- ``cid`` Optional integer specifying the Channel Identifier. If not given,
146-
defaults to zero.
147-
- ``bdaddr_type`` Optional integer specifying the address type;
143+
- ``bdaddr`` is a string specifying the Bluetooth address.
144+
- ``psm`` is an integer specifying the Protocol/Service Multiplexer.
145+
- ``cid`` is an optional integer specifying the Channel Identifier.
146+
If not given, defaults to zero.
147+
- ``bdaddr_type``is an optional integer specifying the address type;
148148
one of :const:`BDADDR_BREDR` (default), :const:`BDADDR_LE_PUBLIC`,
149149
:const:`BDADDR_LE_RANDOM`.
150150

0 commit comments

Comments
 (0)