Merge pull request #5324 from Neradoc/patch-1

remove lingering reference to settings.py in docs
This commit is contained in:
microDev 2021-09-09 22:11:43 +05:30 committed by GitHub
commit 0bde894b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Behavior
them. CircuitPython's goal is to clarify the role of each file and
make each file independent from each other.
- ``boot.py`` (or ``settings.py``) runs only once on start up before
- ``boot.py`` runs only once on start up before
USB is initialized. This lays the ground work for configuring USB at
startup rather than it being fixed. Since serial is not available,
output is written to ``boot_out.txt``.