summaryrefslogtreecommitdiffstatshomepage
path: root/docs/wipy/quickref.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-12-15 11:49:22 +1100
committerDamien George <damien@micropython.org>2021-12-15 11:49:22 +1100
commitd9d67adef1113ab18f1bb3c0c6204ccb210a27be (patch)
treec1806e1109c043c89023253472d11909ccec7fa9 /docs/wipy/quickref.rst
parent5ca56aaf166c3e7cda178dfe809f8caf599b1dff (diff)
downloadmicropython-d9d67adef1113ab18f1bb3c0c6204ccb210a27be.tar.gz
micropython-d9d67adef1113ab18f1bb3c0c6204ccb210a27be.zip
docs: Remove trailing spaces and convert tabs to spaces.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/wipy/quickref.rst')
-rw-r--r--docs/wipy/quickref.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst
index f9ea3d501e..4c3b969bd1 100644
--- a/docs/wipy/quickref.rst
+++ b/docs/wipy/quickref.rst
@@ -154,7 +154,7 @@ See :ref:`machine.RTC <machine.RTC>` ::
pass
# do some non blocking operations
# warning printing on an irq via telnet is not
- # possible, only via UART
+ # possible, only via UART
# create a RTC alarm that expires after 5 seconds
rtc.alarm(time=5000, repeat=False)
@@ -179,7 +179,7 @@ See :ref:`machine.SD <machine.SD>`. ::
sd = SD()
os.mount(sd, '/sd')
-WLAN (WiFi)
+WLAN (WiFi)
-----------
See :ref:`network.WLAN <network.WLAN>` and :mod:`machine`. ::