diff --git a/docs/library/pyb.Pin.rst b/docs/library/pyb.Pin.rst
index 4f589fff8985d83e900e0f69bf4fdec8bbf762c0..b766c5280c34e5d920a381be9f0092b9d3b50f92 100644
--- a/docs/library/pyb.Pin.rst
+++ b/docs/library/pyb.Pin.rst
@@ -21,7 +21,7 @@ Usage Model:
     CPU pins which correspond to the board pins are available
     as ``pyb.cpu.Name``. For the CPU pins, the names are the port letter
     followed by the pin number. On the PYBv1.0, ``pyb.Pin.board.X1`` and
-    ``pyb.Pin.cpu.B6`` are the same pin.
+    ``pyb.Pin.cpu.A0`` are the same pin.
     
     You can also use strings::