diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-01 20:41:56 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-01 20:42:38 +0200 |
commit | 7f0699eedf95142e170148d9cc493d9a57eb4739 (patch) | |
tree | 1f81e1ac6a3861fe161cc7634461c3fea2629103 /docs/library/index.rst | |
parent | 6e8ff9cd6848492547b9e2da29d29acefe2fde95 (diff) | |
download | micropython-7f0699eedf95142e170148d9cc493d9a57eb4739.tar.gz micropython-7f0699eedf95142e170148d9cc493d9a57eb4739.zip |
docs: Sort "micro-library" module list alphabetically.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index eb6a466255..81cae65a7d 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -38,9 +38,9 @@ it will fallback to loading the built-in ``ujson`` module. .. toctree:: :maxdepth: 1 - usocket.rst uheapq.rst ujson.rst + usocket.rst Libraries specific to the pyboard --------------------------------- |