Correct docstring

This commit is contained in:
Neil Botelho 2023-11-19 21:58:11 +05:30
parent 0290b4d14b
commit 60056e8cef
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ class PipProgress(Progress):
- task (Task): The task for which to generate the representation.
Returns:
- Optional[Group]: A Group containing the description and progress lines,
- Iterable[RenderableLine]: An iterable of renderable lines containing the
description and (optionally) progress lines,
"""
columns = self.columns if task.total else self.get_indefinite_columns()
description_row = self.make_task_row(self.get_description_columns(), task)