Skip to content

Commit 9517a05

Browse files
authored
Merge pull request #154 from francozappa/fix-typo
Fix doc typo
2 parents 704b6f7 + 09a43e9 commit 9517a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/asynchronous-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# initialize your data store
3232
#---------------------------------------------------------------------------#
3333
# The datastores only respond to the addresses that they are initialized to.
34-
# Therefore, if you initialize a DataBlock to addresses of 0x00 to 0xFF, a
34+
# Therefore, if you initialize a DataBlock to addresses from 0x00 to 0xFF, a
3535
# request to 0x100 will respond with an invalid address exception. This is
3636
# because many devices exhibit this kind of behavior (but not all)::
3737
#

0 commit comments

Comments
 (0)