diff options
author | Damien George <damien.p.george@gmail.com> | 2019-12-04 15:02:54 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-12-04 15:02:54 +1100 |
commit | 90c524c1141ed9ad8fa882dba6f36199a7768e32 (patch) | |
tree | 0ee0799df23cb231c47de6f0b885d6f124e448c6 /docs/wipy/tutorial/repl.rst | |
parent | 40cc7ec677e962c47db567479e42c27ed8911ff6 (diff) |
docs: Remove spaces on lines that are empty.
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
-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 8c60e2c1d..95b545d09 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -51,7 +51,7 @@ Open a terminal and run:: or:: $ screen /dev/tty.usbmodem* 115200 - + When you are finished and want to exit ``screen``, type CTRL-A CTRL-\\. If your keyboard does not have a \\-key (i.e. you need an obscure combination for \\ like ALT-SHIFT-7) you can remap the ``quit`` command: - create ``~/.screenrc`` |