Fix signature of `mkfs()`
This commit is contained in:
parent
9e630a565e
commit
d9d27a3e31
|
@ -267,7 +267,7 @@ STATIC const mp_rom_map_elem_t storage_module_globals_table[] = {
|
||||||
//| ...
|
//| ...
|
||||||
//|
|
//|
|
||||||
//| @staticmethod
|
//| @staticmethod
|
||||||
//| def mkfs(self, block_device: BlockDevice) -> None:
|
//| def mkfs(block_device: BlockDevice) -> None:
|
||||||
//| """Format the block device, deleting any data that may have been there.
|
//| """Format the block device, deleting any data that may have been there.
|
||||||
//|
|
//|
|
||||||
//| **Limitations**: On SAMD21 builds, `mkfs()` will raise ``OSError(22)`` when
|
//| **Limitations**: On SAMD21 builds, `mkfs()` will raise ``OSError(22)`` when
|
||||||
|
|
Loading…
Reference in New Issue