We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkfs()
1 parent 9e630a5 commit d9d27a3Copy full SHA for d9d27a3
1 file changed
shared-bindings/storage/__init__.c
@@ -267,7 +267,7 @@ STATIC const mp_rom_map_elem_t storage_module_globals_table[] = {
267
//| ...
268
//|
269
//| @staticmethod
270
-//| def mkfs(self, block_device: BlockDevice) -> None:
+//| def mkfs(block_device: BlockDevice) -> None:
271
//| """Format the block device, deleting any data that may have been there.
272
273
//| **Limitations**: On SAMD21 builds, `mkfs()` will raise ``OSError(22)`` when
0 commit comments