summaryrefslogtreecommitdiff
path: root/docs/develop
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-03-29 11:50:39 +1100
committerDamien George <damien.p.george@gmail.com>2019-03-29 11:50:39 +1100
commit0fb15fc3f4b532faa3ca4fe49809f9d9e6c5cd53 (patch)
treed559bd02fe713a1416a0a8862900fef972237fc8 /docs/develop
parent6947dff7dacc513efa2dbe4392c31ecb07ec50db (diff)
docs/develop: Remove paragraph that was copied in error from other doc.
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