We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 704b6f7 + 09a43e9 commit 9517a05Copy full SHA for 9517a05
examples/common/asynchronous-server.py
@@ -31,7 +31,7 @@
31
# initialize your data store
32
#---------------------------------------------------------------------------#
33
# 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
+# Therefore, if you initialize a DataBlock to addresses from 0x00 to 0xFF, a
35
# request to 0x100 will respond with an invalid address exception. This is
36
# because many devices exhibit this kind of behavior (but not all)::
37
#
0 commit comments