Skip to content

Commit

Permalink
Fixed typo in unsubscribe() function description
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxs authored and peplin committed Feb 20, 2021
1 parent 240b11f commit 958711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygatt/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def subscribe(self, uuid, callback=None, indication=False,

def unsubscribe(self, uuid, wait_for_response=True):
"""
Disable notification for a charecteristic and de-register the callback.
Disable notification for a characteristic and de-register the callback.
"""
value_handle, characteristic_config_handle = (
self._notification_handles(uuid)
Expand Down

0 comments on commit 958711f

Please sign in to comment.