Skip to content

Commit

Permalink
G2-1689 More async (& typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Jan 2, 2025
1 parent 04362bf commit b3022cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def stop(self):
self._starterTask = None
self._controller.stop()

async def _diconnectedCallback(self, controller, err):
async def _disconnectedCallback(self, controller, err):
"""Handle the disconnection of the underlying controller."""
await self.disconnected(controller, err)
if not self._stopped:
Expand Down

0 comments on commit b3022cf

Please sign in to comment.