docs/library/network: Fix ref to "socket" module (should be "usocket").
This commit is contained in:
parent
358a7ba014
commit
c5c095690f
@ -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.
|
module, a MicroPython variant/build with network capabilities must be installed.
|
||||||
Network drivers for specific hardware are available within this module and are
|
Network drivers for specific hardware are available within this module and are
|
||||||
used to configure hardware network interface(s). Network services provided
|
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.
|
module.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
Loading…
Reference in New Issue
Block a user