summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/drivers.rst5
-rw-r--r--docs/library/index.rst2
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst
index 8768f92e2..f2ddb640d 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -1,7 +1,8 @@
-Adafruit MicroPython drivers
+Adafruit CircuitPython drivers
========================================
-These are drivers available in separate GitHub repos.
+These are drivers available in separate GitHub repos. They are designed for use
+with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
.. toctree::
diff --git a/docs/library/index.rst b/docs/library/index.rst
index b06c806f7..1619be498 100644
--- a/docs/library/index.rst
+++ b/docs/library/index.rst
@@ -2,7 +2,7 @@ MicroPython libraries
=====================
This chapter describes modules (function and class libraries) which are built
-into MicroPython. There are a few categories of modules:
+into MicroPython and CircuitPython. There are a few categories of modules:
* Modules which implement a subset of standard Python functionality and are not
intended to be extended by the user.