We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea7505 commit d1fd820Copy full SHA for d1fd820
1 file changed
docs/environment.rst
@@ -20,7 +20,7 @@ Environment variables are sometimes used to store "secrets" such as Wi-Fi passwo
20
keys. The ``settings.toml`` file *does not* make the secrets secure. It only separates them from the
21
code.
22
23
-CircuitPython supports onlya subset of the full TOML specification; see below for more details.
+CircuitPython supports only a subset of the full TOML specification; see below for more details.
24
The subset is very "Python-like", which is a key reason the format was selected.
25
To make the code simpler, the implementation accepts some files that are
26
not valid TOML, but do not depend on this.
0 commit comments