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:
commit
7e12ad4bce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
----------------
|
----------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue