summaryrefslogtreecommitdiff
path: root/docs/pyboard/tutorial/intro.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-06-04 23:53:26 +0100
committerDamien George <damien.p.george@gmail.com>2015-06-04 23:53:26 +0100
commit3eece29807f5257091271229dbf41543646eb4e4 (patch)
treeee9590731400cd2e777dc70d82cc75e14b235fe4 /docs/pyboard/tutorial/intro.rst
parent601cfea6a3901e0faeaf7aa4a25df6fd6594208f (diff)
docs: Change "Micro Python" to "MicroPython" in all places in docs.
Diffstat (limited to 'docs/pyboard/tutorial/intro.rst')
-rw-r--r--docs/pyboard/tutorial/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyboard/tutorial/intro.rst b/docs/pyboard/tutorial/intro.rst
index fea124459..78343db59 100644
--- a/docs/pyboard/tutorial/intro.rst
+++ b/docs/pyboard/tutorial/intro.rst
@@ -24,7 +24,7 @@ As long as you take care of the hardware, you should be okay. It's almost
impossible to break the software on the pyboard, so feel free to play around
with writing code as much as you like. If the filesystem gets corrupt, see
below on how to reset it. In the worst case you might need to reflash the
-Micro Python software, but that can be done over USB.
+MicroPython software, but that can be done over USB.
Layout of the pyboard
---------------------