mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
add a missing quote to progress.rst
This commit is contained in:
parent
5f4e93efb1
commit
c76366873e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ The following column objects are available:
|
|||
- :class:`~rich.progress.FileSizeColumn` Displays progress as file size (assumes the steps are bytes).
|
||||
- :class:`~rich.progress.TotalFileSizeColumn` Displays total file size (assumes the steps are bytes).
|
||||
- :class:`~rich.progress.DownloadColumn` Displays download progress (assumes the steps are bytes).
|
||||
- :class:`~rich.progress.TransferSpeedColumn` Displays transfer speed (assumes the steps are bytes.
|
||||
- :class:`~rich.progress.TransferSpeedColumn` Displays transfer speed (assumes the steps are bytes).
|
||||
- :class:`~rich.progress.SpinnerColumn` Displays a "spinner" animation.
|
||||
- :class:`~rich.progress.RenderableColumn` Displays an arbitrary Rich renderable in the column.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue