correct small confusion (short: confuso)

This commit is contained in:
Roland 2012-11-06 11:59:11 +01:00
parent f9eb59e883
commit ebd47bcdf6
2 changed files with 3 additions and 4 deletions

View file

@ -566,9 +566,8 @@ To hotswap the Actor using ``getContext().become``:
This variant of the :meth:`become` method is useful for many different things,
such as to implement a Finite State Machine (FSM). It will replace the current
behavior (i.e. the top of the behavior stack), which means that
:meth:`unbecome` is not called, instead always the next behavior is explicitly
installed.
behavior (i.e. the top of the behavior stack), which means that you do not use
:meth:`unbecome`, instead always the next behavior is explicitly installed.
The other way of using :meth:`become` does not replace but add to the top of
the behavior stack. In this case care must be taken to ensure that the number