Skip to content

Commit 014288a

Browse files
committed
Fix typo in service example (docs)
1 parent f97900e commit 014288a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/high-level-service/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If any file descriptors are sent or received (DBus type ``h``), the variable ref
8686
# emit the changed signal after two seconds.
8787
await asyncio.sleep(2)
8888
89-
interface.changed()
89+
interface.Changed()
9090
9191
await bus.wait_for_disconnect()
9292

0 commit comments

Comments
 (0)