Fix typo in documentation.

This commit is contained in:
root 2021-01-29 11:57:36 -06:00
parent cfd6ffc649
commit e1838ff335
1 changed files with 1 additions and 1 deletions

View File

@ -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`."""
//|