Skip to content

Commit d9d27a3

Browse files
authored
Fix signature of mkfs()
1 parent 9e630a5 commit d9d27a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/storage/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ STATIC const mp_rom_map_elem_t storage_module_globals_table[] = {
267267
//| ...
268268
//|
269269
//| @staticmethod
270-
//| def mkfs(self, block_device: BlockDevice) -> None:
270+
//| def mkfs(block_device: BlockDevice) -> None:
271271
//| """Format the block device, deleting any data that may have been there.
272272
//|
273273
//| **Limitations**: On SAMD21 builds, `mkfs()` will raise ``OSError(22)`` when

0 commit comments

Comments
 (0)