summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/Service.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/_bleio/Service.c')
-rw-r--r--shared-bindings/_bleio/Service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Service.c b/shared-bindings/_bleio/Service.c
index d2033c60c..65f920c58 100644
--- a/shared-bindings/_bleio/Service.c
+++ b/shared-bindings/_bleio/Service.c
@@ -35,7 +35,7 @@
//| class Service:
//| """Stores information about a BLE service and its characteristics."""
//|
-//| def __init__(self, uuid: UUID, *, secondary: bool = False):
+//| def __init__(self, uuid: UUID, *, secondary: bool = False) -> None:
//| """Create a new Service identified by the specified UUID. It can be accessed by all
//| connections. This is known as a Service server. Client Service objects are created via
//| `Connection.discover_remote_services`.