Skip to content

Commit e589cdd

Browse files
committed
docs/esp: Remove getaddrinfo(), now in socket module as expected.
1 parent 6e64885 commit e589cdd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/library/esp.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ Functions
1717
If the ``address`` parameter is provided, sets the address to its value. If
1818
the function is called wihout parameters, returns the current address.
1919

20-
.. function:: getaddrinfo((hostname, port, lambda))
21-
22-
Initiate resolving of the given hostname.
23-
24-
When the hostname is resolved, the provided ``lambda`` callback will be
25-
called with two arguments, first being the hostname being resolved,
26-
second a tuple with information about that hostname.
27-
2820
.. function:: wifi_mode([mode])
2921

3022
Get or set the wireless network operating mode.

0 commit comments

Comments
 (0)