Skip to content

Commit

Permalink
Merge pull request #4346 from jepler/fix-nvm-doc
Browse files Browse the repository at this point in the history
nvm: fix doc markup
  • Loading branch information
jepler authored Mar 6, 2021
2 parents 67fb305 + b23c5b2 commit 08e1f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared-bindings/nvm/ByteArray.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
//| Usage::
//|
//| import microcontroller
//| microcontroller.nvm[0:3] = b\"\xcc\x10\x00\""""
//| microcontroller.nvm[0:3] = b"\xcc\x10\x00"
//| """
//|

//| def __init__(self) -> None:
Expand Down

0 comments on commit 08e1f92

Please sign in to comment.