diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-27 17:37:03 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-27 17:37:03 -0700 |
| commit | 265d5dab05f435ab502303e68b6b61adfd03c870 (patch) | |
| tree | 4fb49c5869a1e261a3a2fa296528962983b446f6 | |
| parent | 778e975936b9e892c4f1b85ce73462a0ce6d36d2 (diff) | |
docs: Typos and rename to CircuitPython.
| -rw-r--r-- | docs/drivers.rst | 2 | ||||
| -rw-r--r-- | docs/supported_ports.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index ccd154a51..de2f6ff64 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -21,7 +21,7 @@ The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_Circu To install them: #. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ and unzip the latest zip thats not a source zip. -#. Copy the ``lib`` folder to the ``CIRCUIPY`` or ``MICROPYTHON``. +#. Copy the ``lib`` folder to the ``CIRCUITPY`` or ``MICROPYTHON``. Foundational Libraries ---------------------- diff --git a/docs/supported_ports.rst b/docs/supported_ports.rst index c8febefe1..2a5b71a19 100644 --- a/docs/supported_ports.rst +++ b/docs/supported_ports.rst @@ -1,8 +1,8 @@ Supported Ports ============================== -Adafruit's MicroPython derivative currently has limited support with a focus on -the Atmel SAMD21 port +Adafruit's CircuitPython derivative currently has limited support with a focus on +the Atmel SAMD21 port and ESP8266 port. .. toctree:: :maxdepth: 2 |
