diff --git a/examples/emptynet.py b/examples/emptynet.py index 9b2a23a..f006a0f 100755 --- a/examples/emptynet.py +++ b/examples/emptynet.py @@ -1,7 +1,7 @@ #!/usr/bin/python """ -This example shows how to create an empty Mininet() object +This example shows how to create an empty Mininet object (without a topology object) and add nodes to it manually. """