summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard/tutorial/repl.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-12-04 15:02:54 +1100
committerDamien George <damien.p.george@gmail.com>2019-12-04 15:02:54 +1100
commit90c524c1141ed9ad8fa882dba6f36199a7768e32 (patch)
tree0ee0799df23cb231c47de6f0b885d6f124e448c6 /docs/pyboard/tutorial/repl.rst
parent40cc7ec677e962c47db567479e42c27ed8911ff6 (diff)
downloadmicropython-90c524c1141ed9ad8fa882dba6f36199a7768e32.tar.gz
micropython-90c524c1141ed9ad8fa882dba6f36199a7768e32.zip
docs: Remove spaces on lines that are empty.
Diffstat (limited to 'docs/pyboard/tutorial/repl.rst')
-rw-r--r--docs/pyboard/tutorial/repl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pyboard/tutorial/repl.rst b/docs/pyboard/tutorial/repl.rst
index 3853b15785..973d1846a0 100644
--- a/docs/pyboard/tutorial/repl.rst
+++ b/docs/pyboard/tutorial/repl.rst
@@ -41,7 +41,7 @@ Mac OS X
Open a terminal and run::
screen /dev/tty.usbmodem*
-
+
When you are finished and want to exit screen, type CTRL-A CTRL-\\.
Linux
@@ -50,7 +50,7 @@ Linux
Open a terminal and run::
screen /dev/ttyACM0
-
+
You can also try ``picocom`` or ``minicom`` instead of screen. You may have to
use ``/dev/ttyACM1`` or a higher number for ``ttyACM``. And, you may need to give
yourself the correct permissions to access this devices (eg group ``uucp`` or ``dialout``,