Skip to content

Commit 60fe36a

Browse files
authored
Remove outdated process_position reference in progress bar docs. (#20158)
1 parent 2638d82 commit 60fe36a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lightning/pytorch/callbacks/progress/tqdm_progress.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ class TQDMProgressBar(ProgressBar):
9696
Set it to ``0`` to disable the display.
9797
process_position: Set this to a value greater than ``0`` to offset the progress bars by this many lines.
9898
This is useful when you have progress bars defined elsewhere and want to show all of them
99-
together. This corresponds to
100-
:paramref:`~lightning.pytorch.trainer.trainer.Trainer.process_position` in the
101-
:class:`~lightning.pytorch.trainer.trainer.Trainer`.
99+
together.
102100
leave: If set to ``True``, leaves the finished progress bar in the terminal at the end of the epoch.
103101
Default: ``False``
104102

0 commit comments

Comments
 (0)