Skip to content

Commit 92a2039

Browse files
author
Tony Crisci
authored
Merge pull request #110 from smheidrich/fix_service_example_typo
Fix typo in service example (docs)
2 parents 9365b14 + 014288a commit 92a2039

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)