Skip to content

Commit 0aae21d

Browse files
agesmundocopybara-github
authored andcommitted
Fix typo in the documentation.
PiperOrigin-RevId: 719876345 Change-Id: I5d489b733cba439b402d177118509e29ecca1f4d
1 parent 405f74c commit 0aae21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm_control/composer/variation/variation_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def evaluate(structure, *args, **kwargs):
2525
structure: An arbitrarily nested structure of callables or constant values.
2626
By "structures", we mean lists, tuples, namedtuples, or dicts.
2727
*args: Positional arguments passed to each callable in `structure`.
28-
**kwargs: Keyword arguments passed to each callable in `structure.
28+
**kwargs: Keyword arguments passed to each callable in `structure`.
2929
3030
Returns:
3131
The same nested structure, with each callable replaced by the value returned

0 commit comments

Comments
 (0)