From c5bffd5fb807a6fd5ed95b0a2112cb7b676d3dbe Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Jan 2019 11:29:59 +0100 Subject: [PATCH] Change string statement into comment. --- examples/python/actor-create/actor-create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/actor-create/actor-create.py b/examples/python/actor-create/actor-create.py index 3bd71d56f1..3f439068d3 100644 --- a/examples/python/actor-create/actor-create.py +++ b/examples/python/actor-create/actor-create.py @@ -72,7 +72,7 @@ class Sender: if __name__ == '__main__': - """Here comes the main function of your program""" + # Here comes the main function of your program # When your program starts, you have to first start a new simulation engine, as follows e = Engine(sys.argv) -- 2.20.1