Skip to content

Commit

Permalink
Remove type from peer param
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt authored Sep 13, 2021
1 parent acf5cae commit 3d960fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adafruit_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ def connect(self, peer, *, timeout=4.0):
"""
Initiates a `BLEConnection` to the peer that advertised the given advertisement.
:param Advertisement peer: An `Advertisement`, a subclass of `Advertisement`
or `_bleio.Address`
:param peer: An `Advertisement`, a subclass of `Advertisement` or `_bleio.Address`
:param float timeout: how long to wait for a connection
:return: the connection to the peer
:rtype: BLEConnection
Expand Down

0 comments on commit 3d960fb

Please sign in to comment.