From: Arnaud Giersch Date: Thu, 10 Jan 2019 10:29:59 +0000 (+0100) Subject: Change string statement into comment. X-Git-Tag: v3_22~612 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c5bffd5fb807a6fd5ed95b0a2112cb7b676d3dbe Change string statement into comment. --- 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)