Skip to content

Commit b9ceefb

Browse files
authored
Fix default value for enable_progress_bar in docs (#13584)
fix typo
1 parent e287f22 commit b9ceefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytorch_lightning/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def __init__(
306306
Default: ``50``.
307307
308308
enable_progress_bar: Whether to enable to progress bar by default.
309-
Default: ``False``.
309+
Default: ``True``.
310310
311311
profiler: To profile individual steps during training and assist in identifying bottlenecks.
312312
Default: ``None``.

0 commit comments

Comments
 (0)