summaryrefslogtreecommitdiff
path: root/docs/develop
diff options
context:
space:
mode:
Diffstat (limited to 'docs/develop')
-rw-r--r--docs/develop/index.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/develop/index.rst b/docs/develop/index.rst
index 6b7b3c391..64dbc4661 100644
--- a/docs/develop/index.rst
+++ b/docs/develop/index.rst
@@ -1,9 +1,6 @@
Developing and building MicroPython
===================================
-This chapter describes modules (function and class libraries) which are built
-into MicroPython. There are a few categories of such modules:
-
This chapter describes some options for extending MicroPython in C. Note
that it doesn't aim to be a complete guide for developing with MicroPython.
See the `getting started guide