diff options
author | danicampora <daniel@wipy.io> | 2015-10-20 16:24:25 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 15:30:56 +0200 |
commit | ceb169008d93165d461a9ab1b9bb5e9c85d03949 (patch) | |
tree | 93354eab1b3e98ffa5902f98adaea224edc54a78 /docs/library/network.rst | |
parent | 04db848dc7c7356a38f809b5efdd4699a41aa54f (diff) | |
download | micropython-ceb169008d93165d461a9ab1b9bb5e9c85d03949.tar.gz micropython-ceb169008d93165d461a9ab1b9bb5e9c85d03949.zip |
docs: Several corrections to the classes in the machine module.
Diffstat (limited to 'docs/library/network.rst')
-rw-r--r-- | docs/library/network.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst index 0b9acf6423..8522ee2948 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -34,6 +34,10 @@ For example:: class server ============ + The server class controls the behaviour and the configuration of the FTP and telnet + services running on the WiPy. Any changes performed using this class' methods will + affect both. + Constructors ------------ |