From 2e38abfd0203f4e3b1c36f13b93720d30ddc854f Mon Sep 17 00:00:00 2001 From: "xudong.guan" Date: Mon, 2 Nov 2015 10:39:36 +0800 Subject: [PATCH] typo callects to collects typo "callects" 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.