From e589cddcd4435bb5e358aa2201c0210b8e2cfd2d Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Fri, 25 Mar 2016 16:39:18 +0200
Subject: [PATCH] docs/esp: Remove getaddrinfo(), now in socket module as
 expected.

---
 docs/library/esp.rst | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/library/esp.rst b/docs/library/esp.rst
index 3411067e2..959bba064 100644
--- a/docs/library/esp.rst
+++ b/docs/library/esp.rst
@@ -17,14 +17,6 @@ Functions
     If the ``address`` parameter is provided, sets the address to its value. If
     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])
 
     Get or set the wireless network operating mode.
-- 
GitLab