Skip to content

Commit 7ec5cb7

Browse files
Update pytorch_lightning/trainer/connectors/callback_connector.py
Co-authored-by: Ethan Harris <[email protected]>
1 parent 21959ae commit 7ec5cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/connectors/callback_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def on_trainer_init(
6363
rank_zero_deprecation(
6464
f"Setting `Trainer(process_position={process_position})` is deprecated in v1.5 and will be removed"
6565
" in v1.7. Please pass `pytorch_lightning.callbacks.progress.ProgressBar` with"
66-
" ``process_position`` directly to the Trainer's `callbacks` argument instead."
66+
" `process_position` directly to the Trainer's `callbacks` argument instead."
6767
)
6868
self.trainer._progress_bar_callback = self.configure_progress_bar(progress_bar_refresh_rate, process_position)
6969

0 commit comments

Comments
 (0)