diff --git a/mininet/topolib.py b/mininet/topolib.py index 4c15e913779083d7255a9e1eda28fb254407b696..8e3b3a4b6a33caabebaba7ddcfde5e581ea9197e 100644 --- a/mininet/topolib.py +++ b/mininet/topolib.py @@ -46,7 +46,7 @@ def __init__( self, x, y, *args, **kwargs ): Topo.__init__( self, *args, **kwargs ) if x < 3 or y < 3: raise Exception( 'Please use 3x3 or greater for compatibility ' - 'with Mininet 2.1.0' ) + 'with 2.1' ) hosts, switches, dpid = {}, {}, 0 # Create and wire interior for i in range( 0, x ):