diff options
author | Jason Neal <jason.neal@astro.up.pt> | 2020-01-02 00:51:42 +1300 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-01-06 22:17:29 +1100 |
commit | aec88ddf0326187c567d4e4507149fb7c54ba91d (patch) | |
tree | 03a2a1d36fb893b213a327df53f88a941dfb88f1 /docs/pyboard/tutorial | |
parent | de78a9e317d3dd3654424ea70446dedbae9cce52 (diff) | |
download | micropython-aec88ddf0326187c567d4e4507149fb7c54ba91d.tar.gz micropython-aec88ddf0326187c567d4e4507149fb7c54ba91d.zip |
docs: More consistent capitalization and use of articles in headings.
See issue #3188.
Diffstat (limited to 'docs/pyboard/tutorial')
-rw-r--r-- | docs/pyboard/tutorial/switch.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pyboard/tutorial/switch.rst b/docs/pyboard/tutorial/switch.rst index e2a5eae884..96bb3784e9 100644 --- a/docs/pyboard/tutorial/switch.rst +++ b/docs/pyboard/tutorial/switch.rst @@ -1,7 +1,7 @@ .. _pyboard_tutorial_switch: -The Switch, callbacks and interrupts -==================================== +Switches, callbacks and interrupts +================================== The pyboard has 2 small switches, labelled USR and RST. The RST switch is a hard-reset switch, and if you press it then it restarts the pyboard |