Skip to content

Commit 5569f10

Browse files
authored
Document that storage.VfsFat.mkfs() is a @staticmethod
1 parent 6ff58fd commit 5569f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-bindings/storage/__init__.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ STATIC const mp_rom_map_elem_t storage_module_globals_table[] = {
266266
//| This property cannot be changed, use `storage.remount` instead."""
267267
//| ...
268268
//|
269+
//| @staticmethod
269270
//| def mkfs(self) -> None:
270271
//| """Format the block device, deleting any data that may have been there"""
271272
//| ...

0 commit comments

Comments
 (0)