docs/library/network: Reword intro paragraph.

This commit is contained in:
Paul Sokolovsky 2016-10-28 04:42:27 +03:00
parent 964fb2450e
commit b9a88683a4
1 changed files with 6 additions and 5 deletions

View File

@ -5,11 +5,12 @@
.. module:: network .. module:: network
:synopsis: network configuration :synopsis: network configuration
This module provides network drivers and routing configuration. Network This module provides network drivers and routing configuration. To use this
drivers for specific hardware are available within this module and are module, a MicroPython variant/build with network capabilities must be installed.
used to configure a hardware network interface. Configured interfaces Network drivers for specific hardware are available within this module and are
are then available for use via the :mod:`socket` module. To use this module used to configure hardware network interface(s). Network services provided
the network build of firmware must be installed. by configured interfaces are then available for use via the :mod:`socket`
module.
For example:: For example::