diff options
| author | sommersoft <sommersoft@users.noreply.github.com> | 2019-06-07 23:41:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-07 23:41:00 -0500 |
| commit | 9e4396bdcd33740d188a59191e00f8a398ee1ed1 (patch) | |
| tree | 49ccd7d11faa73259a7483631cc21f2afea41373 /shared-bindings/microcontroller/Pin.c | |
| parent | 84e89146d003890ec3e64a9adf7d7889601baf0e (diff) | |
| parent | cfe24b85322a029758c3376eed2726657397bf33 (diff) | |
Merge pull request #1920 from tannewt/fix_rst
Improve rST consistency for rst2pyi use
Diffstat (limited to 'shared-bindings/microcontroller/Pin.c')
| -rw-r--r-- | shared-bindings/microcontroller/Pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/Pin.c b/shared-bindings/microcontroller/Pin.c index e79663107..3635f0afb 100644 --- a/shared-bindings/microcontroller/Pin.c +++ b/shared-bindings/microcontroller/Pin.c @@ -40,7 +40,7 @@ //| //| Identifies an IO pin on the microcontroller. //| -//| .. class:: Pin +//| .. class:: Pin() //| //| Identifies an IO pin on the microcontroller. They are fixed by the //| hardware so they cannot be constructed on demand. Instead, use |
