diff options
| author | Craig Forbes <cpforbes@starlake.org> | 2019-06-17 11:58:05 -0500 |
|---|---|---|
| committer | Craig Forbes <cpforbes@starlake.org> | 2019-06-18 16:59:05 -0500 |
| commit | e442efbdecf35066412efc155e20ee280c5449f3 (patch) | |
| tree | fc6c2d03f5ae3eaa15b913d4882e0af805229cd7 /shared-bindings/digitalio/Pull.c | |
| parent | 0bb92d4fc33a1cf28418dadca87dce4b4d9758e2 (diff) | |
Fix docs in digitalio.
Diffstat (limited to 'shared-bindings/digitalio/Pull.c')
| -rw-r--r-- | shared-bindings/digitalio/Pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/digitalio/Pull.c b/shared-bindings/digitalio/Pull.c index 8d03f6c05..813268db7 100644 --- a/shared-bindings/digitalio/Pull.c +++ b/shared-bindings/digitalio/Pull.c @@ -31,7 +31,7 @@ //| :class:`Pull` -- defines the pull of a digital input pin //| ============================================================= //| -//| .. class:: digitalio.Pull +//| .. class:: Pull //| //| Enum-like class to define the pull value, if any, used while reading //| digital values in. |
