Skip to content

Commit 282b2e3

Browse files
committed
Fix typo.
1 parent 4263f85 commit 282b2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

canopen/profiles/p402.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ def on_TPDOs_update_callback(self, mapobject):
432432
def statusword(self):
433433
"""Return the last read value of the Statusword (0x6041) from the device.
434434
435-
If the the object 0x6041 is not configured in any TPDO it will fall back to the
436-
SDO mechanism and try to get the value.
435+
If the object 0x6041 is not configured in any TPDO it will fall back to the SDO
436+
mechanism and try to get the value.
437437
"""
438438
try:
439439
return self.tpdo_values[0x6041]

0 commit comments

Comments
 (0)