A typo is corrected. It should be 'affect' instead of 'effect'

This commit is contained in:
Amir Moulavi 2012-08-27 09:28:08 +02:00
parent 66d071ab84
commit a281e627a9

View file

@ -380,7 +380,7 @@ futures, because this is likely to be a common combination. Please note that
all of the above is completely non-blocking and asynchronous: ``ask`` produces
a :class:`Future`, three of which are composed into a new future using the
for-comprehension and then ``pipeTo`` installs an ``onComplete``-handler on the
future to effect the submission of the aggregated :class:`Result` to another
future to affect the submission of the aggregated :class:`Result` to another
actor.
Using ``ask`` will send a message to the receiving Actor as with ``tell``, and