Skip to content

Commit 8b5a8dd

Browse files
committed
docstring
1 parent bdf2ca9 commit 8b5a8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def start_task(self, task_id: TaskID) -> None:
511511
"""Start a task.
512512
513513
Starts a task (used when calculating elapsed time). You may need to call this manually,
514-
if you called `add_task` with ``start=False``.
514+
if you called ``add_task`` with ``start=False``.
515515
516516
Args:
517517
task_id (TaskID): ID of task.

0 commit comments

Comments
 (0)