Skip to content

Commit 82024d0

Browse files
authored
Fix doc bug
It was referring to the wrong module. Thanks @jerryneedell!
1 parent fe011fb commit 82024d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/sdcardio/SDCard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//| import sdcardio
6363
//| import storage
6464
//|
65-
//| sd = adafruit_sdcard.SDCard(board.SPI(), board.SD_CS)
65+
//| sd = sdcardio.SDCard(board.SPI(), board.SD_CS)
6666
//| vfs = storage.VfsFat(sdcard)
6767
//| storage.mount(vfs, '/sd')
6868
//| os.listdir('/sd')

0 commit comments

Comments
 (0)