Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
process -> actor
[simgrid.git] / examples / python / actor-yield / actor-yield.py
index 202f6db..cb0f3c1 100644 (file)
@@ -16,7 +16,7 @@ import sys
 
 
 class Yielder:
-    """Main function of the Yielder process"""
+    """Main function of the Yielder actor"""
     number_of_yields = 0
 
     def __init__(self, *args):