summaryrefslogtreecommitdiff
path: root/distbuild/json_router.py
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/json_router.py')
-rw-r--r--distbuild/json_router.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distbuild/json_router.py b/distbuild/json_router.py
index d9c32a9c..0f41bfc6 100644
--- a/distbuild/json_router.py
+++ b/distbuild/json_router.py
@@ -22,7 +22,7 @@ import distbuild
class JsonRouter(distbuild.StateMachine):
- '''Route JSON messages between clients and helpers.
+ '''Route JSON messages between controller, worker and worker helper(s).
This state machine receives JSON messages from clients and helpers,
and routes messages between them.