summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTG-Techie <39284876+TG-Techie@users.noreply.github.com>2019-05-15 21:34:14 -0400
committerGitHub <noreply@github.com>2019-05-15 21:34:14 -0400
commita7e97405e2f3de419723673db4facfc7bab27a7a (patch)
treef556ae53c69428567b89c63e94fcdaf4be29cebb /README.rst
parent0d64ddaf8473854f3057786bd48b0e4850eef17a (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5cfae1aec..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.