Skip to content

Commit 59d78a9

Browse files
authored
Update README.rst
typos
1 parent ce918c2 commit 59d78a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Feature List
4343

4444
* up to 128 SDO servers
4545

46-
* expetited, segmented and block transfer for up- and download
46+
* expedited, segmented and block transfer for up- and download
4747
* COB-IDs dynamically configurable
4848
* custom up- and download handlers supported
4949

@@ -149,7 +149,7 @@ A more event driven approach is using of callbacks. Following callbacks are avai
149149
150150
od.validate_callbacks[(0x2000, 0)].add(lambda v: v % 2 == 0)
151151
od.update_callbacks[(0x2001, 2)].add(lambda v: print(f'Update for Parameter 2b: {v}'))
152-
od.download_callbacks[(0x2000, 0)].add(lambda v: print(f'Download for Parmeter 1: {v}'))
152+
od.download_callbacks[(0x2000, 0)].add(lambda v: print(f'Download for Parameter 1: {v}'))
153153
od.set_read_callback(0x2001, 1, lambda: 17)
154154
155155
PDO mapping

0 commit comments

Comments
 (0)