Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jun 23, 2021
1 parent e7164c5 commit 80d8651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argoverse/data_loading/simple_track_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, data_dir: str, labels_dir: str) -> None:
self.sdb = SynchronizationDB(data_dir)

def get_city_name(self, log_id: str) -> str:
"""Return the name of the city where the log of interest was cpatured.
"""Return the name of the city where the log of interest was captured.
Args:
log_id: str
Expand Down

0 comments on commit 80d8651

Please sign in to comment.