Skip to content

Commit

Permalink
fix(elt): typo in time_helper.py
Browse files Browse the repository at this point in the history
overide -> override
  • Loading branch information
eltociear authored Mar 4, 2023
1 parent 2c8d02e commit e324c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ding/utils/time_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class TimeWrapperTime(TimeWrapper):
def start_time(cls):
r"""
Overview:
Implement and overide the ``start_time`` method in ``TimeWrapper`` class
Implement and override the ``start_time`` method in ``TimeWrapper`` class
"""
cls.start = time.time()

Expand All @@ -114,7 +114,7 @@ def start_time(cls):
def end_time(cls):
r"""
Overview:
Implement and overide the end_time method in ``TimeWrapper`` class
Implement and override the end_time method in ``TimeWrapper`` class
Returns:
- time(:obj:`float`): The time between ``start_time`` and end_time
Expand Down

0 comments on commit e324c10

Please sign in to comment.