From 3eece29807f5257091271229dbf41543646eb4e4 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 4 Jun 2015 23:53:26 +0100 Subject: docs: Change "Micro Python" to "MicroPython" in all places in docs. --- docs/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/library/sys.rst') 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. -- cgit v1.2.3