X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/81e32009b1ccfdcb8e9750d02c31c771c36cd731..ecc33c97fa51dec0231196a30552ba15606b7fa5:/examples/python/comm-suspend/comm-suspend.py diff --git a/examples/python/comm-suspend/comm-suspend.py b/examples/python/comm-suspend/comm-suspend.py index badf0911f1..85646ed4d6 100644 --- a/examples/python/comm-suspend/comm-suspend.py +++ b/examples/python/comm-suspend/comm-suspend.py @@ -43,7 +43,7 @@ def sender(): comm.resume() comm.wait() this_actor.info(f"There is {comm.remaining:.0f} bytes to transfer after the communication completion.") - this_actor.info(f"Suspending a completed activity is a no-op.") + this_actor.info("Suspending a completed activity is a no-op.") comm.suspend()