diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-22 23:57:26 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-22 23:57:26 +0300 |
commit | 3e33aeb0db428a312725f4dc4c242200e8e5f9a0 (patch) | |
tree | e1cfee48bc2f60bbdf8c1f997bbbbbe62a82b1ee /docs/library | |
parent | bca4c9e465efe1160fcdf0f7467f47d9e6175879 (diff) | |
download | micropython-3e33aeb0db428a312725f4dc4c242200e8e5f9a0.tar.gz micropython-3e33aeb0db428a312725f4dc4c242200e8e5f9a0.zip |
docs: esp8266: Include ussl module in the docs.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 03e6502d95..b997318cea 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -101,6 +101,7 @@ library. uos.rst ure.rst usocket.rst + ussl.rst ustruct.rst utime.rst uzlib.rst |