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/esp32 | |
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/esp32')
-rw-r--r-- | docs/esp32/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index cfe31664e7..c58f4aa760 100644 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -435,7 +435,7 @@ For low-level driving of a NeoPixel:: ``NeoPixel`` object. -Capacitive Touch +Capacitive touch ---------------- Use the ``TouchPad`` class in the ``machine`` module:: |