Unverified Commit cd30f98f authored by Gunnlaugur Thor Briem's avatar Gunnlaugur Thor Briem Committed by GitHub
Browse files

doc: fix apparent copy-paste error in docstring (#5626)

parent f867000f
......@@ -17,8 +17,8 @@ USE_AMP = False
def train_command_factory(args: Namespace):
"""
Factory function used to instantiate serving server from provided command line arguments.
:return: ServeCommand
Factory function used to instantiate training command from provided command line arguments.
:return: TrainCommand
"""
return TrainCommand(args)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment