We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ea99a commit 7f3c69dCopy full SHA for 7f3c69d
parsl/monitoring/radios.py
@@ -177,7 +177,7 @@ def send(self, message: object) -> None:
177
178
179
class MultiprocessingQueueRadio(MonitoringRadio):
180
- """A monitoring radio intended which connects over a multiprocessing Queue.
+ """A monitoring radio which connects over a multiprocessing Queue.
181
This radio is intended to be used on the submit side, where components
182
in the submit process, or processes launched by multiprocessing, will have
183
access to a Queue shared with the monitoring database code (bypassing the
0 commit comments