Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Minor update on docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris La committed Mar 2, 2022
1 parent 960262f commit bc3b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepracer_env/deepracer_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_agent(self) -> Agent:
Returns the agent configuration.
Returns:
Track: the agent configuration.
Agent: the agent configuration.
"""
agents = self._deepracer_config.get_agents()
return agents[0] if agents else agents
Expand Down

0 comments on commit bc3b097

Please sign in to comment.