summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-10-28 04:42:27 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-10-28 04:42:27 +0300
commitb9a88683a45c2214f4b03c4017571c1051d1ef05 (patch)
tree93f16b056f2b1e37103ce342c2dc115aaa94d4a2 /docs/library
parent964fb2450e2dd09c8db43fd6c4e1e5e472fa107a (diff)
downloadmicropython-b9a88683a45c2214f4b03c4017571c1051d1ef05.tar.gz
micropython-b9a88683a45c2214f4b03c4017571c1051d1ef05.zip
docs/library/network: Reword intro paragraph.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/network.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst
index 0e18106aa8..aeb7603da7 100644
--- a/docs/library/network.rst
+++ b/docs/library/network.rst
@@ -5,11 +5,12 @@
.. module:: network
:synopsis: network configuration
-This module provides network drivers and routing configuration. Network
-drivers for specific hardware are available within this module and are
-used to configure a hardware network interface. Configured interfaces
-are then available for use via the :mod:`socket` module. To use this module
-the network build of firmware must be installed.
+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`
+module.
For example::