Skip to content

Commit c9a48eb

Browse files
committed
docs,teensy: Use the name MicroPython consistently in documentation
1 parent 4fa9d97 commit c9a48eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/library/pyb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Time related functions
2121

2222
Returns the number of milliseconds since the board was last reset.
2323

24-
The result is always a micropython smallint (31-bit signed number), so
24+
The result is always a MicroPython smallint (31-bit signed number), so
2525
after 2^30 milliseconds (about 12.4 days) this will start to return
2626
negative numbers.
2727

@@ -33,7 +33,7 @@ Time related functions
3333

3434
Returns the number of microseconds since the board was last reset.
3535

36-
The result is always a micropython smallint (31-bit signed number), so
36+
The result is always a MicroPython smallint (31-bit signed number), so
3737
after 2^30 microseconds (about 17.8 minutes) this will start to return
3838
negative numbers.
3939

teensy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd teensy
1818
ARDUINO=~/arduino-1.0.5 make
1919
```
2020

21-
To upload micropython to the Teensy 3.1.
21+
To upload MicroPython to the Teensy 3.1.
2222

2323
Press the Program button on the Teensy 3.1
2424
```bash

0 commit comments

Comments
 (0)