diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst
index a8fef9309f752c806801806c180bdbcaad55d84e..7991601457e329368950ab6859d64d14e5b5edb5 100644
--- a/docs/library/pyb.rst
+++ b/docs/library/pyb.rst
@@ -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.
 
@@ -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.
 
diff --git a/teensy/README.md b/teensy/README.md
index 3e4a75b9ede909c85aa60a55fce2acd3396e6b99..c586853b52693e6562a6d5f0682ee3876556dee4 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -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