From 1ab479228aef16dde64d41f7054986311e48842a Mon Sep 17 00:00:00 2001 From: Luis Copetti Date: Mon, 18 Sep 2017 16:48:29 -0300 Subject: [PATCH] Fix typo on streamer.rst c*a*llects was changed to 'collects' --- source/pyzmq/devices/streamer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pyzmq/devices/streamer.rst b/source/pyzmq/devices/streamer.rst index d2b272c..edf03b6 100644 --- a/source/pyzmq/devices/streamer.rst +++ b/source/pyzmq/devices/streamer.rst @@ -4,7 +4,7 @@ Streamer .. topic:: Streamer device is a device for parallelized pipeline messaging. - Acts as a broker that callects tasks from task feeders and supplies them to task workers. + Acts as a broker that collects tasks from task feeders and supplies them to task workers.