X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f7e3e5de723883cdb6a7ba7a50275714d52f3c1a..740f3abda9d7a2d37d83c41f74556f188e7ea58c:/examples/README.rst diff --git a/examples/README.rst b/examples/README.rst index 678b1ba5d3..70c03593c6 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -59,7 +59,7 @@ Starting and Stopping Actors You create actors either: - - Directly with :cpp:func:`sg_actor_create()` followed by :cpp:func:`sg_actor_start`. + - Directly with :cpp:func:`sg_actor_create` followed by :cpp:func:`sg_actor_start`. - From XML with :cpp:func:`simgrid_register_function` and then :cpp:func:`simgrid_load_deployment`. .. example-tab:: examples/python/actor-create/actor-create_d.xml