Merge pull request #16240 from BPoserow/fix-fsm-timeout-docs-15542-bposerow

+doc #15542 Change FSM doc rst file to correctly specify None value for ...
This commit is contained in:
Konrad Malawski 2014-11-07 15:44:02 +01:00
commit 7e12ad4bce

View file

@ -206,7 +206,7 @@ Each FSM needs a starting point, which is declared using
The optionally given timeout argument overrides any specification given for the The optionally given timeout argument overrides any specification given for the
desired initial state. If you want to cancel a default timeout, use desired initial state. If you want to cancel a default timeout, use
:obj:`Duration.Inf`. :obj:`None`.
Unhandled Events Unhandled Events
---------------- ----------------