summaryrefslogtreecommitdiff
path: root/docs/library/sys.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/library/sys.rst
parent601cfea6a3901e0faeaf7aa4a25df6fd6594208f (diff)
docs: Change "Micro Python" to "MicroPython" in all places in docs.
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r--docs/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index 5f5f18b46..b3e52c40c 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -39,7 +39,7 @@ Constants
.. data:: platform
- The platform that Micro Python is running on. This is "pyboard" on the
+ The platform that MicroPython is running on. This is "pyboard" on the
pyboard and provides a robust way of determining if a script is running
on the pyboard or not.