From c5c095690fc8294068e88c71baca92bf757ad91c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 28 Aug 2017 14:00:16 +0300 Subject: [PATCH] docs/library/network: Fix ref to "socket" module (should be "usocket"). --- docs/library/network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/network.rst b/docs/library/network.rst index eef23acbe2..def6bee74e 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::