Skip to content

Commit c5c0956

Browse files
committed
docs/library/network: Fix ref to "socket" module (should be "usocket").
1 parent 358a7ba commit c5c0956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/network.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This module provides network drivers and routing configuration. To use this
99
module, a MicroPython variant/build with network capabilities must be installed.
1010
Network drivers for specific hardware are available within this module and are
1111
used to configure hardware network interface(s). Network services provided
12-
by configured interfaces are then available for use via the :mod:`socket`
12+
by configured interfaces are then available for use via the :mod:`usocket`
1313
module.
1414

1515
For example::

0 commit comments

Comments
 (0)