Skip to content

Commit 0d64dda

Browse files
authored
fixing showing rst tags
1 parent bd69212 commit 0d64dda

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
@@ -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)