From c3a583c813831e7c3eb5396d63c64bd985a2b82f Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 10 Apr 2010 22:40:12 -0700 Subject: [PATCH] Changed comment on iperf. --- examples/consoles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/consoles.py b/examples/consoles.py index 84bd864..941310a 100755 --- a/examples/consoles.py +++ b/examples/consoles.py @@ -176,7 +176,7 @@ class ConsoleApp( Frame ): console.sendCmd( 'ping ' + ip ) def iperf( self ): - "Tell each console to ping the next one." + "Tell each console to iperf to the next one." consoles = self.consoles count = len( consoles ) for console in consoles: