1 parent 358a7ba commit c5c0956Copy full SHA for c5c0956
1 file changed
docs/library/network.rst
@@ -9,7 +9,7 @@ This module provides network drivers and routing configuration. To use this
9
module, a MicroPython variant/build with network capabilities must be installed.
10
Network drivers for specific hardware are available within this module and are
11
used to configure hardware network interface(s). Network services provided
12
-by configured interfaces are then available for use via the :mod:`socket`
+by configured interfaces are then available for use via the :mod:`usocket`
13
module.
14
15
For example::
0 commit comments