Skip to content

Commit

Permalink
Correct doc string for services resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ukBaz committed Jun 17, 2022
1 parent 0d70863 commit ea8048c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluezero/central.py
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ def services_available(self):

@property
def services_resolved(self):
"""Return a list of UIDDs that are available on the device"""
"""Indicate whether or not service discovery has been resolved"""
return self.rmt_device.services_resolved

@property

0 comments on commit ea8048c

Please sign in to comment.