diff options
Diffstat (limited to 'docs/library/pyb.Flash.rst')
-rw-r--r-- | docs/library/pyb.Flash.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.Flash.rst b/docs/library/pyb.Flash.rst index 13f209787..4b0c2ce2a 100644 --- a/docs/library/pyb.Flash.rst +++ b/docs/library/pyb.Flash.rst @@ -25,7 +25,7 @@ Constructors This constructor is deprecated and will be removed in a future version of MicroPython. -.. class:: pyb.Flash(\*, start=-1, len=-1) +.. class:: pyb.Flash(*, start=-1, len=-1) :noindex: Create and return a block device that accesses the flash at the specified offset. The length defaults to the remaining size of the device. |