From 7f0699eedf95142e170148d9cc493d9a57eb4739 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Mon, 1 Dec 2014 20:41:56 +0200
Subject: [PATCH] docs: Sort "micro-library" module list alphabetically.

---
 docs/library/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/library/index.rst b/docs/library/index.rst
index eb6a46625..81cae65a7 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
 ---------------------------------
-- 
GitLab