Skip to content

Commit b5cecd6

Browse files
ddrevickyawaelchli
andcommitted
Remove extra whitespace in doc
Co-authored-by: Adrian Wälchli <[email protected]>
1 parent 29f7833 commit b5cecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def __init__(
212212
progress_bar_refresh_rate: How often to refresh progress bar (in steps). Value ``0`` disables progress bar.
213213
Ignored when a custom callback is passed to :paramref:`~Trainer.callbacks`.
214214
215-
profiler: To profile individual steps during training and assist in identifying bottlenecks. Passing bool
215+
profiler: To profile individual steps during training and assist in identifying bottlenecks. Passing bool
216216
value is deprecated in v0.9.1 and will be removed in 0.11.0.
217217
218218
overfit_batches: Overfit a percent of training data (float) or a set number of batches (int). Default: 0.0

0 commit comments

Comments
 (0)