Skip to content

Commit a4315bf

Browse files
committed
Fix trainer.fit docstring render bug
1 parent b15d394 commit a4315bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lightning/pytorch/trainer/trainer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,8 @@ def fit(
569569
2.0.0 and if ``model`` is not :class:`~lightning.pytorch.core.LightningModule` or
570570
:class:`torch._dynamo.OptimizedModule` for torch versions greater than or equal to 2.0.0 .
571571
572-
For more information about multiple dataloaders, see this :ref:`section <multiple-dataloaders>`.
572+
.. note::
573+
For more information about multiple dataloaders, see this :ref:`section <multiple-dataloaders>`.
573574
574575
"""
575576
model = _maybe_unwrap_optimized(model)

0 commit comments

Comments
 (0)