summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 16:32:33 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 16:32:33 -0800
commit00a507c8750729506926fe18037a285f6676c556 (patch)
tree318cc2c06a7a7247fef6aca75eaf91cfc1c3966f /docs/library
parentce94b3f0b4a102e2b993296675318bd143ae2e28 (diff)
Update more docs to say CircuitPython and clarify driver support.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/index.rst2
1 files changed, 1 insertions, 1 deletions
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.