docs/esp: Remove getaddrinfo(), now in socket module as expected.

This commit is contained in:
Paul Sokolovsky 2016-03-25 16:39:18 +02:00
parent 6e6488530e
commit e589cddcd4

View File

@ -17,14 +17,6 @@ Functions
If the ``address`` parameter is provided, sets the address to its value. If If the ``address`` parameter is provided, sets the address to its value. If
the function is called wihout parameters, returns the current address. the function is called wihout parameters, returns the current address.
.. function:: getaddrinfo((hostname, port, lambda))
Initiate resolving of the given hostname.
When the hostname is resolved, the provided ``lambda`` callback will be
called with two arguments, first being the hostname being resolved,
second a tuple with information about that hostname.
.. function:: wifi_mode([mode]) .. function:: wifi_mode([mode])
Get or set the wireless network operating mode. Get or set the wireless network operating mode.