Fix a couple spelling errors.

This commit is contained in:
Scott Shawcroft 2017-12-05 16:04:47 -08:00
parent b4d3699047
commit a91e1cb682
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
//| :class:`RunMode` -- run state of the microcontroller //| :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 //| Enum-like class to define the run mode of the microcontroller and
//| CircuitPython. //| CircuitPython.