Skip to content

Commit

Permalink
Shorten line in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Sep 3, 2024
1 parent 7d3d907 commit 628ee8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py_trees/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ def tick_tock(
Args:
period_ms (:obj:`float`): sleep this much between ticks (milliseconds)
number_of_iterations (:obj:`int`): number of iterations to tick-tock
stop_on_terminal_state (:obj: `bool`): if true, stops when the tree's status is :data:`~py_trees.common.Status.SUCCESS` or `:data:`~py_trees.common.Status.FAILURE`.
stop_on_terminal_state (:obj: `bool`): if true, stops when the tree's status is
:data:`~py_trees.common.Status.SUCCESS` or `:data:`~py_trees.common.Status.FAILURE`.
pre_tick_handler (:obj:`func`): function to execute before ticking
post_tick_handler (:obj:`func`): function to execute after ticking
"""
Expand Down

0 comments on commit 628ee8a

Please sign in to comment.