nvm: fix doc markup

closes #4336
This commit is contained in:
Jeff Epler 2021-03-06 07:47:07 -06:00
parent 67fb3054b4
commit b23c5b2d68
1 changed files with 2 additions and 1 deletions

View File

@ -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: