Skip to content

Commit e442efb

Browse files
committed
Fix docs in digitalio.
1 parent 0bb92d4 commit e442efb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

shared-bindings/digitalio/DigitalInOut.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
//| =========================================================
5050
//|
5151
//| A DigitalInOut is used to digitally control I/O pins. For analog control of
52-
//| a pin, see the :py:class:`~digitalio.AnalogIn` and
53-
//| :py:class:`~digitalio.AnalogOut` classes.
52+
//| a pin, see the :py:class:`analogio.AnalogIn` and
53+
//| :py:class:`analogio.AnalogOut` classes.
5454
//|
5555

5656
//| .. class:: DigitalInOut(pin)

shared-bindings/digitalio/Direction.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//| :class:`Direction` -- defines the direction of a digital pin
4444
//| =============================================================
4545
//|
46-
//| .. class:: digitalio.DigitalInOut.Direction
46+
//| .. class:: Direction
4747
//|
4848
//| Enum-like class to define which direction the digital values are
4949
//| going.

shared-bindings/digitalio/DriveMode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//| :class:`DriveMode` -- defines the drive mode of a digital pin
3232
//| =============================================================
3333
//|
34-
//| .. class:: digitalio.DriveMode
34+
//| .. class:: DriveMode
3535
//|
3636
//| Enum-like class to define the drive mode used when outputting
3737
//| digital values.

shared-bindings/digitalio/Pull.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//| :class:`Pull` -- defines the pull of a digital input pin
3232
//| =============================================================
3333
//|
34-
//| .. class:: digitalio.Pull
34+
//| .. class:: Pull
3535
//|
3636
//| Enum-like class to define the pull value, if any, used while reading
3737
//| digital values in.

0 commit comments

Comments
 (0)