From 685d3af9ce5c8905052a5a88485ac47cabe2b381 Mon Sep 17 00:00:00 2001 From: Pengfei Xue Date: Fri, 9 May 2014 16:49:11 +0800 Subject: [PATCH] fix typo --- 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.