diff options
author | Damien George <damien.p.george@gmail.com> | 2018-10-01 14:08:02 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-10-01 14:08:02 +1000 |
commit | 86819a52fec0e8337ac152564eec092984859884 (patch) | |
tree | a9484ad502081b9bfaeebbd44acc0e3716019df2 /docs/wipy/tutorial | |
parent | d1adfee2510d1e9fda8141e00ca0d96d88da9605 (diff) | |
download | micropython-86819a52fec0e8337ac152564eec092984859884.tar.gz micropython-86819a52fec0e8337ac152564eec092984859884.zip |
docs/wipy: Fix links to network.Server, and markup for boot.py.
Diffstat (limited to 'docs/wipy/tutorial')
-rw-r--r-- | docs/wipy/tutorial/repl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst index e7b51f9c59..e25e0472c5 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -18,7 +18,7 @@ do:: >>> uart = UART(0, 115200) >>> os.dupterm(uart) -Place this piece of code inside your `boot.py` so that it's done automatically after +Place this piece of code inside your ``boot.py`` so that it's done automatically after reset. Windows |