Skip to content

Commit 329c601

Browse files
authored
fix: Fix a typo in the JointConsumer docstring (#9117)
Fixed a minor a typo in the docstring for the JointConsumer class
1 parent c073fb1 commit 329c601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treeherder/services/pulse/consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def on_message(self, body, message):
222222
class JointConsumer(PulseConsumer):
223223
"""
224224
Run a collection of consumers in parallel. These may be connected to different
225-
AMQP servers, and Kombu only supports communicating wiht one connection per
225+
AMQP servers, and Kombu only supports communicating with one connection per
226226
thread, so we use multiple threads, one per consumer.
227227
"""
228228

0 commit comments

Comments
 (0)