From b4545e1a7c7d04d413711716950c0212851a7c94 Mon Sep 17 00:00:00 2001 From: mdxs Date: Fri, 21 Feb 2020 18:25:12 +0100 Subject: [PATCH] Fix typo in TODO comment of Service init --- gatt/gatt_linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatt/gatt_linux.py b/gatt/gatt_linux.py index 5fdb9d7..241b3ee 100644 --- a/gatt/gatt_linux.py +++ b/gatt/gatt_linux.py @@ -470,7 +470,7 @@ class Service: """ def __init__(self, device, path, uuid): - # TODO: Don'T requore `path` argument, it can be calculated from device's path and uuid + # TODO: Don't require `path` argument, it can be calculated from device's path and uuid self.device = device self.uuid = uuid self._path = path