summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/machine.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-16 10:12:01 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-16 10:12:01 +0300
commit9ef6bb5480e38b4ce3d195511e1d43a04094d48e (patch)
tree46a6cd03bb278c1aa2a331212d4b1d83dcb8743c /docs/library/machine.rst
parenta8ece0358fd5821dd0e9f215f8d852a62de834c0 (diff)
downloadmicropython-9ef6bb5480e38b4ce3d195511e1d43a04094d48e.tar.gz
micropython-9ef6bb5480e38b4ce3d195511e1d43a04094d48e.zip
docs/machine: Move machine.main() misnomer to wipy's known issues.
Diffstat (limited to 'docs/library/machine.rst')
-rw-r--r--docs/library/machine.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst
index 1007f142fa..dbf8b8b4ce 100644
--- a/docs/library/machine.rst
+++ b/docs/library/machine.rst
@@ -85,13 +85,6 @@ Miscellaneous functions
.. only:: port_wipy
- .. function:: main(filename)
-
- Set the filename of the main script to run after boot.py is finished. If
- this function is not called then the default file main.py will be executed.
-
- It only makes sense to call this function from within boot.py.
-
.. function:: rng()
Return a 24-bit software generated random number.