Skip to content

Commit 4265496

Browse files
authored
Update pytorch_lightning/core/lightning.py
1 parent 1d9a346 commit 4265496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/core/lightning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def optimizers(self, use_pl_optimizer: bool = True) -> Union[Optimizer, List[Opt
122122
123123
Args:
124124
use_pl_optimizer: If ``True``, will wrap the optimizer(s) in a
125-
:class:`~pytorch_lighting.core.optimizer.LightningOptimizer` for automatic handling of precision and
125+
:class:`~pytorch_lightning.core.optimizer.LightningOptimizer` for automatic handling of precision and
126126
profiling.
127127
128128
Returns:

0 commit comments

Comments
 (0)