Skip to content

Commit 0bde894

Browse files
authored
Merge pull request #5324 from Neradoc/patch-1
remove lingering reference to settings.py in docs
2 parents 492ce02 + 2ac0c0f commit 0bde894

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
startup rather than it being fixed. Since serial is not available,
125125
output is written to ``boot_out.txt``.

0 commit comments

Comments
 (0)