Skip to content

Commit 36fe3f7

Browse files
committed
docstring
1 parent 9a99acc commit 36fe3f7

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
@@ -1493,7 +1493,7 @@ def reset(
14931493
start (bool, optional): Start the task after reset. Defaults to True.
14941494
total (float, optional): New total steps in task, or None to use current total. Defaults to None.
14951495
completed (int, optional): Number of steps completed. Defaults to 0.
1496-
visible (bool, optional): Enable display of the task. Defaults to True.
1496+
visible (bool, optional): Set visible flag if not None.
14971497
description (str, optional): Change task description if not None. Defaults to None.
14981498
**fields (str): Additional data fields required for rendering.
14991499
"""

0 commit comments

Comments
 (0)