Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeprag committed Nov 4, 2019
1 parent 998da63 commit b839e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telldus/src/telldus/DeviceManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def addDevice(self, device):
.. note::
The :func:`Device.localId() <telldus.Device.localId>` function in the device must return
a unique id for the transport type returned by
:func:`Device.typeString() <telldus.Device.localId>`
:func:`Device.typeString() <telldus.Device.typeString>`
"""
cachedDevice = None
for i, delDevice in enumerate(self.devices):
Expand Down

0 comments on commit b839e56

Please sign in to comment.