Skip to content

Commit 08e1f92

Browse files
authored
Merge pull request #4346 from jepler/fix-nvm-doc
nvm: fix doc markup
2 parents 67fb305 + b23c5b2 commit 08e1f92

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)