Skip to content

Commit 0d45a34

Browse files
committed
docs
1 parent 7ba059e commit 0d45a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/progress.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ The following column objects are available:
135135
- :class:`~rich.progress.TransferSpeedColumn` Displays transfer speed (assumes the steps are bytes).
136136
- :class:`~rich.progress.SpinnerColumn` Displays a "spinner" animation.
137137
- :class:`~rich.progress.RenderableColumn` Displays an arbitrary Rich renderable in the column.
138+
- :class:`~rich.progress.IterationSpeedColumn` Displays iteration speed in it/s (iterations per second).
138139

139140
To implement your own columns, extend the :class:`~rich.progress.ProgressColumn` class and use it as you would the other columns.
140141

0 commit comments

Comments
 (0)