Skip to content

Commit 7f3c69d

Browse files
authored
Correct grammar in monitoring docstring (#3413)
1 parent b2ea99a commit 7f3c69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/monitoring/radios.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def send(self, message: object) -> None:
177177

178178

179179
class MultiprocessingQueueRadio(MonitoringRadio):
180-
"""A monitoring radio intended which connects over a multiprocessing Queue.
180+
"""A monitoring radio which connects over a multiprocessing Queue.
181181
This radio is intended to be used on the submit side, where components
182182
in the submit process, or processes launched by multiprocessing, will have
183183
access to a Queue shared with the monitoring database code (bypassing the

0 commit comments

Comments
 (0)