Skip to content

Commit

Permalink
Fix small typo in AuxiliaryUnitJob docstring.
Browse files Browse the repository at this point in the history
expetiment -> experiment

PiperOrigin-RevId: 627863656
Change-Id: Iea19a4e58dc75fb2af411bcab46752386bfb0ab7
GitOrigin-RevId: 37fb98b7f775d2ea0ddad56df14e45e3186f6056
  • Loading branch information
DeepMind Team authored and alpiccioni committed Dec 4, 2024
1 parent c9eafc8 commit 8e0e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmanager/xm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ class AuxiliaryUnitJob(abc.ABC):
"""A job bundled with an AuxiliaryUnitRole.
This class allows libraries to define self-contained objects which would
result in AUX units once added to the expetiment.
result in AUX units once added to the experiment.
Note that this class conforms to xm.JobGenerator interface.
"""

Expand Down

0 comments on commit 8e0e150

Please sign in to comment.