Skip to content

Commit

Permalink
Merge pull request #2776 from gaardhus/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
willmcgugan committed Jan 27, 2023
2 parents 44cf059 + 793d1f9 commit b2f9987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ class TimeElapsedColumn(ProgressColumn):
"""Renders time elapsed."""

def render(self, task: "Task") -> Text:
"""Show time remaining."""
"""Show time elapsed."""
elapsed = task.finished_time if task.finished else task.elapsed
if elapsed is None:
return Text("-:--:--", style="progress.elapsed")
Expand Down

0 comments on commit b2f9987

Please sign in to comment.