Skip to content

Commit

Permalink
Merge pull request altdesktop#110 from smheidrich/fix_service_example…
Browse files Browse the repository at this point in the history
…_typo

Fix typo in service example (docs)
  • Loading branch information
Tony Crisci authored Sep 11, 2022
2 parents 9365b14 + 014288a commit 92a2039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/high-level-service/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If any file descriptors are sent or received (DBus type ``h``), the variable ref
# emit the changed signal after two seconds.
await asyncio.sleep(2)
interface.changed()
interface.Changed()
await bus.wait_for_disconnect()
Expand Down

0 comments on commit 92a2039

Please sign in to comment.