Skip to content

Commit 7f701d5

Browse files
authored
Shorten line in docstring (#450)
1 parent cb3ff70 commit 7f701d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py_trees/trees.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ def tick_tock(
455455
Args:
456456
period_ms (:obj:`float`): sleep this much between ticks (milliseconds)
457457
number_of_iterations (:obj:`int`): number of iterations to tick-tock
458-
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`.
458+
stop_on_terminal_state (:obj: `bool`): if true, stops when the tree's status is
459+
:data:`~py_trees.common.Status.SUCCESS` or `:data:`~py_trees.common.Status.FAILURE`.
459460
pre_tick_handler (:obj:`func`): function to execute before ticking
460461
post_tick_handler (:obj:`func`): function to execute after ticking
461462
"""

0 commit comments

Comments
 (0)