Skip to content

Commit bd17fc1

Browse files
authored
Merge pull request #1889 from TG-Techie/patch-1
fixing showing rst tags
2 parents bd69212 + a7e9740 commit bd17fc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 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.
@@ -131,9 +131,9 @@ Behavior
131131
``samd.disable_autoreload()``)
132132
- Entering the REPL after the main code is finished requires a key press which enters the REPL and
133133
disables autoreload.
134-
- Main is one of these: ``code.txt``, **``code.py``**, ``main.py``,
134+
- Main is one of these: ``code.txt``, ``code.py``, ``main.py``,
135135
``main.txt``
136-
- Boot is one of these: ``settings.txt``, ``settings.py``, **``boot.py``**,
136+
- Boot is one of these: ``settings.txt``, ``settings.py``, ``boot.py``,
137137
``boot.txt``
138138

139139
API

0 commit comments

Comments
 (0)