docs/library/network: wipy: Fix literal block indentation.

This commit is contained in:
Paul Sokolovsky 2016-06-07 02:07:08 +03:00
parent b1533c4366
commit 9487b80666
1 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ For example::
Example::
import network
server = network.Server()
server.deinit() # disable the server
# enable the server again with new settings
server.init(login=('user', 'password'), timeout=600)
import network
server = network.Server()
server.deinit() # disable the server
# enable the server again with new settings
server.init(login=('user', 'password'), timeout=600)
Constructors
------------