Skip to content

Commit e1838ff

Browse files
committed
Fix typo in documentation.
1 parent cfd6ffc commit e1838ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/microcontroller/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
//| cpus: Processor
6060
//| """CPU information and control, such as ``cpus[0].temperature`` and ``cpus[1].frequency``
61-
//| (clock frequency) on chips with more than 1 cpu. the index selects which cpu.
61+
//| (clock frequency) on chips with more than 1 cpu. The index selects which cpu.
6262
//| This object is an instance of `microcontroller.Processor`."""
6363
//|
6464

0 commit comments

Comments
 (0)