Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rich/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ def reset(
start (bool, optional): Start the task after reset. Defaults to True.
total (float, optional): New total steps in task, or None to use current total. Defaults to None.
completed (int, optional): Number of steps completed. Defaults to 0.
visible (bool, optional): Enable display of the task. Defaults to True.
visible (bool, optional): Set visibility of the task. If not provided, visibility is unchanged. Defaults to None.
description (str, optional): Change task description if not None. Defaults to None.
**fields (str): Additional data fields required for rendering.
"""
Expand Down