Merge pull request #4346 from jepler/fix-nvm-doc

nvm: fix doc markup
This commit is contained in:
Jeff Epler 2021-03-06 13:32:09 -06:00 committed by GitHub
commit 08e1f926fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: