From 914d1b67d8bcd385172e37183abfe7d50444462c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 4 Sep 2018 22:17:12 -0400 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d15b20b..a4cd6bf 100644 --- a/README.rst +++ b/README.rst @@ -328,7 +328,7 @@ generator function running in a separate actor: Alright, let's get fancy. -Say you wanted to spawn two actors which each pulling data feeds from +Say you wanted to spawn two actors which each pull data feeds from two different sources (and wanted this work spread across 2 cpus). You also want to aggregate these feeds, do some processing on them and then deliver the final result stream to a client (or in this case parent) actor