Skip to content

Commit a10d23c

Browse files
Fix documentation typo
1 parent 02083fb commit a10d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canopen/sdo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def download(self, index, subindex, data, force_segment=False):
102102
Sub-index of object to write.
103103
:param bytes data:
104104
Data to be written.
105-
:param bool force_segment
105+
:param bool force_segment:
106106
Force use of segmented transfer regardless of data size.
107107
108108
:raises canopen.SdoCommunicationError:

0 commit comments

Comments
 (0)