8000 remove lingering reference to settings.py in docs · urish/circuitpython@2ac0c0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ac0c0f

Browse files
authored
remove lingering reference to settings.py in docs
1 parent 492ce02 commit 2ac0c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Behavior
119119
them. CircuitPython's goal is to clarify the role of each file and
120120
make each file independent from each other.
121121

122-
- ``boot.py`` (or ``settings.py``) runs only once on start up before
122+
- ``boot.py`` runs only once on start up before
123123
USB is initialized. This lays the ground work for configuring USB at
124124
3DEB startup rather than it being fixed. Since serial is not available,
125125
output is written to ``boot_out.txt``.

0 commit comments

Comments
 (0)
0