From 77b02a99ad58d8a0f7f6053291edd89f8a53c5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com> Date: Thu, 17 Feb 2011 12:51:36 +0100 Subject: [PATCH] Rephrase a misleading pydoc for netutils.TcpPing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RenΓ© Nussbaumer <rn@google.com> Reviewed-by: Stephen Shirley <diamond@google.com> --- lib/netutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netutils.py b/lib/netutils.py index 9dbf97b0f..fc864eb95 100644 --- a/lib/netutils.py +++ b/lib/netutils.py @@ -187,7 +187,7 @@ def TcpPing(target, port, timeout=10, live_port_needed=False, source=None): to it. @type target: str - @param target: the IP or hostname to ping + @param target: the IP to ping @type port: int @param port: the port to connect to @type timeout: int -- GitLab