A typo in general doc: class name is misspelled

This commit is contained in:
Amir Moulavi 2012-08-21 16:04:15 +02:00
parent bba4872de9
commit c68ab31422

View file

@ -206,7 +206,7 @@ but processed afterwards.
Normally stopping a child (i.e. not in response to a failure) will not
automatically terminate the other children in an all-for-one strategy, that can
easily be done by watching their lifecycle: if the :class:`Terminated` message
is not handled by the supervisor, it will throw a :class:`DeathPathException`
is not handled by the supervisor, it will throw a :class:`DeathPactException`
which (depending on its supervisor) will restart it, and the default
:meth:`preRestart` action will terminate all children. Of course this can be
handled explicitly as well.