diff --git a/cmb/producer.py b/cmb/producer.py index 001cf1b1..c017edd9 100644 --- a/cmb/producer.py +++ b/cmb/producer.py @@ -20,7 +20,7 @@ logger = clogger.CLogger("cmbprod", sys.argv[0].split("/")[-1].replace(".py", "" class BasicProducer(object): """ - This is CMB basic producer, it doesn't have to be asynchronous or anything, + This is CMB basic producer, it doesn't have to be asynchronous nor anything, it's just a basic object that sends messages. """