summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsommersoft <sommersoft@users.noreply.github.com>2019-05-15 21:36:00 -0500
committerGitHub <noreply@github.com>2019-05-15 21:36:00 -0500
commitbd17fc12acd7adfc9ceabfc2f0fd08da9ce34772 (patch)
treef556ae53c69428567b89c63e94fcdaf4be29cebb
parentbd69212a194849fd2d8d025ceaa4ecc0117753cc (diff)
parenta7e97405e2f3de419723673db4facfc7bab27a7a (diff)
Merge pull request #1889 from TG-Techie/patch-1
fixing showing rst tags
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 53ac4cbcd..f5f9cccea 100644
--- a/README.rst
+++ b/README.rst
@@ -115,8 +115,8 @@ Behavior
output is written to ``boot_out.txt``.
- ``code.py`` (or ``main.py``) is run after every reload until it
finishes or is interrupted. After it is done running, the vm and
- hardware is reinitialized. **This means you cannot read state from
- ``code.py`` in the REPL anymore.** CircuitPython's goal for this
+ hardware is reinitialized. **This means you cannot read state from**
+ ``code.py`` **in the REPL anymore.** CircuitPython's goal for this
change includes reduce confusion about pins and memory being used.
- After ``code.py`` the REPL can be entered by pressing any key. It no
longer shares state with ``code.py`` so it is a fresh vm.
@@ -131,9 +131,9 @@ Behavior
``samd.disable_autoreload()``)
- Entering the REPL after the main code is finished requires a key press which enters the REPL and
disables autoreload.
-- Main is one of these: ``code.txt``, **``code.py``**, ``main.py``,
+- Main is one of these: ``code.txt``, ``code.py``, ``main.py``,
``main.txt``
-- Boot is one of these: ``settings.txt``, ``settings.py``, **``boot.py``**,
+- Boot is one of these: ``settings.txt``, ``settings.py``, ``boot.py``,
``boot.txt``
API