We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812fe0c commit 5af4e79Copy full SHA for 5af4e79
1 file changed
shared-bindings/nvm/ByteArray.c
@@ -42,7 +42,7 @@
42
//| Usage::
43
//|
44
//| import microcontroller
45
-//| microcontroller.nvm[0:] = b"\xcc\x10\x00"
+//| microcontroller.nvm[0:3] = b"\xcc\x10\x00"
46
47
48
//| .. class:: ByteArray()
0 commit comments