Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed Nov 18, 2021
1 parent 2f8d397 commit 7af809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devolo_plc_api/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def async_disconnect(self) -> None:
self._connected = False

def disconnect(self) -> None:
""" Disconnect from a device asynchronous. """
""" Disconnect from a device synchronous. """
asyncio.gather(self.async_disconnect())
self._loop.close()

Expand Down

0 comments on commit 7af809d

Please sign in to comment.