=doc fix typo

This commit is contained in:
Chris Grieger 2014-12-05 14:35:25 +01:00 committed by Chris Grieger
parent 8170a9770f
commit 6bc9815705

View file

@ -190,7 +190,7 @@ The Inbox
---------
When writing code outside of actors which shall communicate with actors, the
``ask`` pattern can be a solution (see below), but there are two thing it
``ask`` pattern can be a solution (see below), but there are two things it
cannot do: receiving multiple replies (e.g. by subscribing an :class:`ActorRef`
to a notification service) and watching other actors lifecycle. For these
purposes there is the :class:`Inbox` class: