Skip to content

Commit e045ba1

Browse files
GiovanniCanalidario-coscia
authored andcommitted
fix utils and trainer doc
1 parent de5deb4 commit e045ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pina/trainer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def __init__(
5858
Default is ``True``.
5959
6060
:Keyword Arguments:
61-
The additional keyword arguments specify the training setup
62-
and can be choosen from the `pytorch-lightning
63-
Trainer API <https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-class-api>`_
61+
Additional keyword arguments that specify the training setup.
62+
These can be selected from the pytorch-lightning Trainer API
63+
<https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-class-api>_.
6464
"""
6565
# check consistency for init types
6666
self._check_input_consistency(

0 commit comments

Comments
 (0)