diff --git a/pytorch_lightning/plugins/training_type/training_type_plugin.py b/pytorch_lightning/plugins/training_type/training_type_plugin.py index 59f95862f7a5a8..4ea7661fb46eca 100644 --- a/pytorch_lightning/plugins/training_type/training_type_plugin.py +++ b/pytorch_lightning/plugins/training_type/training_type_plugin.py @@ -468,6 +468,6 @@ def dispatch(self, trainer: "pl.Trainer") -> None: def post_dispatch(self, trainer: "pl.Trainer") -> None: """Hook to do something after the training/evaluation/prediction finishes. - .. deprecated:: v1.6 - This method has been deprecated in v1.6 and will be removed in v1.7. Use :meth:`teardown` instead. + .. deprecated:: v1.6 This method has been deprecated in v1.6 and will be removed in v1.7. Use + :meth:`teardown` instead. """