Skip to content

Commit 248c871

Browse files
committed
Update
[ghstack-poisoned]
1 parent 56abc39 commit 248c871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchrl/data/map/tree.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@ def extend(self, rollout, *, return_node: bool = False):
10601060
10611061
Args:
10621062
rollout (TensorDict): The rollout to add to the forest.
1063-
return_node (bool, optional): If True, the method returns the added
1064-
node. Default is ``False``.
1063+
return_node (bool, optional): If ``True``, the method returns the
1064+
added node. Default is ``False``.
10651065
10661066
Returns:
10671067
Tree: The node that was added to the forest. This is only

0 commit comments

Comments
 (0)