Skip to content

Commit b23c5b2

Browse files
committed
nvm: fix doc markup
closes #4336
1 parent 67fb305 commit b23c5b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/nvm/ByteArray.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
//| Usage::
4242
//|
4343
//| import microcontroller
44-
//| microcontroller.nvm[0:3] = b\"\xcc\x10\x00\""""
44+
//| microcontroller.nvm[0:3] = b"\xcc\x10\x00"
45+
//| """
4546
//|
4647

4748
//| def __init__(self) -> None:

0 commit comments

Comments
 (0)