diff options
| author | root <siehputz@gmail.com> | 2021-01-29 11:57:36 -0600 |
|---|---|---|
| committer | root <siehputz@gmail.com> | 2021-01-29 11:57:36 -0600 |
| commit | e1838ff335f2daef9ad2389b7231b73da43057eb (patch) | |
| tree | 3e29de9addb61946353bf2f57f1a9653437b6e2d /shared-bindings/microcontroller | |
| parent | cfd6ffc649eadbc3b8d0f33d13ec302873cb9743 (diff) | |
Fix typo in documentation.
Diffstat (limited to 'shared-bindings/microcontroller')
| -rw-r--r-- | shared-bindings/microcontroller/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/__init__.c b/shared-bindings/microcontroller/__init__.c index 4ba856131..dba66fa4f 100644 --- a/shared-bindings/microcontroller/__init__.c +++ b/shared-bindings/microcontroller/__init__.c @@ -58,7 +58,7 @@ //| cpus: Processor //| """CPU information and control, such as ``cpus[0].temperature`` and ``cpus[1].frequency`` -//| (clock frequency) on chips with more than 1 cpu. the index selects which cpu. +//| (clock frequency) on chips with more than 1 cpu. The index selects which cpu. //| This object is an instance of `microcontroller.Processor`.""" //| |
