Skip to content

Commit 32f5224

Browse files
committed
Merge branch 'settings.toml-sdcard-usb-setting' of https://github.com/dhalbert/circuitpython into settings.toml-sdcard-usb-setting
2 parents b085a97 + d1fd820 commit 32f5224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Environment variables are sometimes used to store "secrets" such as Wi-Fi passwo
2020
keys. The ``settings.toml`` file *does not* make the secrets secure. It only separates them from the
2121
code.
2222

23-
CircuitPython supports onlya subset of the full TOML specification; see below for more details.
23+
CircuitPython supports only a subset of the full TOML specification; see below for more details.
2424
The subset is very "Python-like", which is a key reason the format was selected.
2525
To make the code simpler, the implementation accepts some files that are
2626
not valid TOML, but do not depend on this.

0 commit comments

Comments
 (0)