tests/io/write_ext: Add description comment.
This commit is contained in:
parent
3b3612c65b
commit
49e140488d
|
@ -1,3 +1,5 @@
|
||||||
|
# This tests extended (MicroPython-specific) form of write:
|
||||||
|
# write(buf, len) and write(buf, offset, len)
|
||||||
import uio
|
import uio
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue