From b9a88683a45c2214f4b03c4017571c1051d1ef05 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 28 Oct 2016 04:42:27 +0300 Subject: [PATCH] docs/library/network: Reword intro paragraph. --- docs/library/network.rst | 11 ++++++----- 1 file 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::