Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
process -> actor
[simgrid.git] / examples / python / actor-yield / actor-yield.py
index f42135b..cb0f3c1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2017-2020. The SimGrid Team. All rights reserved.
+# Copyright (c) 2017-2021. The SimGrid Team. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
@@ -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):