Skip to content

Commit

Permalink
Merge pull request #2658 from kyan001/patch-1
Browse files Browse the repository at this point in the history
add a missing quote to progress.rst
  • Loading branch information
willmcgugan committed Nov 30, 2022
2 parents ec07c3c + c763668 commit ea68762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ea68762

Please sign in to comment.