summaryrefslogtreecommitdiffstatshomepage
path: root/docs/wipy/tutorial
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-10-01 14:08:02 +1000
committerDamien George <damien.p.george@gmail.com>2018-10-01 14:08:02 +1000
commit86819a52fec0e8337ac152564eec092984859884 (patch)
treea9484ad502081b9bfaeebbd44acc0e3716019df2 /docs/wipy/tutorial
parentd1adfee2510d1e9fda8141e00ca0d96d88da9605 (diff)
downloadmicropython-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.rst2
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