Skip to content

Commit a7e9740

Browse files
authored
Update README.rst
1 parent 0d64dda commit a7e9740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Behavior
115115
output is written to ``boot_out.txt``.
116116
- ``code.py`` (or ``main.py``) is run after every reload until it
117117
finishes or is interrupted. After it is done running, the vm and
118-
hardware is reinitialized. **This means you cannot read state from
119-
``code.py`` in the REPL anymore.** CircuitPython's goal for this
118+
hardware is reinitialized. **This means you cannot read state from**
119+
``code.py`` **in the REPL anymore.** CircuitPython's goal for this
120120
change includes reduce confusion about pins and memory being used.
121121
- After ``code.py`` the REPL can be entered by pressing any key. It no
122122
longer shares state with ``code.py`` so it is a fresh vm.

0 commit comments

Comments
 (0)