Skip to content

Commit 09a9baf

Browse files
committed
fix doc formatting
1 parent 69cca3f commit 09a9baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ble/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class BLEConnection:
5858
Represents a connection to a peer BLE device.
5959
It acts as a map from a `Service` type to a `Service` instance for the connection.
6060
61-
:param bleio_connection _bleio.Connection
62-
Wrap the native `_bleio.Connection` object.
61+
:param bleio_connection _bleio.Connection: the native `_bleio.Connection` object to wrap
62+
6363
"""
6464
def __init__(self, bleio_connection):
6565
self._bleio_connection = bleio_connection

0 commit comments

Comments
 (0)