diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-28 14:00:16 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-28 14:00:16 +0300 |
commit | c5c095690fc8294068e88c71baca92bf757ad91c (patch) | |
tree | 3d8292fc53288d7918bc5572f8c26cca569128b7 /docs/library | |
parent | 358a7ba014ef649334b79a8500ae8ac2227c54af (diff) |
docs/library/network: Fix ref to "socket" module (should be "usocket").
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/network.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst index eef23acbe..def6bee74 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -9,7 +9,7 @@ This module provides network drivers and routing configuration. To use this module, a MicroPython variant/build with network capabilities must be installed. Network drivers for specific hardware are available within this module and are used to configure hardware network interface(s). Network services provided -by configured interfaces are then available for use via the :mod:`socket` +by configured interfaces are then available for use via the :mod:`usocket` module. For example:: |