A typo in general doc: class name is misspelled
This commit is contained in:
parent
bba4872de9
commit
c68ab31422
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ but processed afterwards.
|
||||||
Normally stopping a child (i.e. not in response to a failure) will not
|
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
|
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
|
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
|
which (depending on its supervisor) will restart it, and the default
|
||||||
:meth:`preRestart` action will terminate all children. Of course this can be
|
:meth:`preRestart` action will terminate all children. Of course this can be
|
||||||
handled explicitly as well.
|
handled explicitly as well.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue