aboutsummaryrefslogtreecommitdiff
path: root/docs/library/pyb.SD.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/pyb.SD.rst')
-rw-r--r--docs/library/pyb.SD.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.SD.rst b/docs/library/pyb.SD.rst
index cbdfdfd04..0746b435b 100644
--- a/docs/library/pyb.SD.rst
+++ b/docs/library/pyb.SD.rst
@@ -15,7 +15,7 @@ Example usage::
# data, clk and cmd pins must be passed along with
# their respective alternate functions
- sd = pyb.SD('GPIO15', 8, 'GPIO10', 6, 'GPIO11', 6)
+ sd = pyb.SD('GP15', 8, 'GP10', 6, 'GP11', 6)
sd.enable() # enable and mount the SD card
sd.disable() # disable and unmount it