summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-12-05 16:04:47 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-12-05 16:04:47 -0800
commita91e1cb68271ae2acc3d65ece1d781d6077e4138 (patch)
treecf624bed9cbb711377e92fb8130273b6c9fe9340 /shared-bindings/microcontroller
parentb4d36990479888a0be503383367fbd1bd9b6976b (diff)
Fix a couple spelling errors.
Diffstat (limited to 'shared-bindings/microcontroller')
-rw-r--r--shared-bindings/microcontroller/RunMode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/RunMode.c b/shared-bindings/microcontroller/RunMode.c
index b8b66a457..b27a3c090 100644
--- a/shared-bindings/microcontroller/RunMode.c
+++ b/shared-bindings/microcontroller/RunMode.c
@@ -31,7 +31,7 @@
//| :class:`RunMode` -- run state of the microcontroller
//| =============================================================
//|
-//| .. class:: mcirocontroller.RunMode
+//| .. class:: microcontroller.RunMode
//|
//| Enum-like class to define the run mode of the microcontroller and
//| CircuitPython.