Skip to content

Commit

Permalink
docs,teensy: Use the name MicroPython consistently in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
webmeister committed Jul 15, 2017
1 parent 4fa9d97 commit c9a48eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/library/pyb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Time related functions

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

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

Expand All @@ -33,7 +33,7 @@ Time related functions

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

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

Expand Down
2 changes: 1 addition & 1 deletion teensy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd teensy
ARDUINO=~/arduino-1.0.5 make
```

To upload micropython to the Teensy 3.1.
To upload MicroPython to the Teensy 3.1.

Press the Program button on the Teensy 3.1
```bash
Expand Down

0 comments on commit c9a48eb

Please sign in to comment.