Skip to content

Commit a7ebe3b

Browse files
committed
restart -> reset
1 parent 7ec01bb commit a7ebe3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/environment.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ CircuitPython behavior
5454
----------------------
5555

5656
CircuitPython will also read the environment to configure its behavior. Some keys are read at
57-
startup once and others are read on reload. If a reload doesn't change things, then try a restart.
58-
Other keys are ignored by CircuitPython. Here are the keys it uses:
57+
startup once and others are read on reload (ctrl-D in the REPL). If a reload doesn't change things,
58+
then try a reset (a power cycle or pressing the reset button). Other keys are ignored by CircuitPython.
59+
Here are the keys it uses:
5960

6061
Core CircuitPython keys
6162
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)