Skip to content

Commit e126649

Browse files
add missing punctuation in lightning_cli.rst (#7554)
1 parent 6ac16ff commit e126649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/common/lightning_cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ LightningCLI
6464
^^^^^^^^^^^^
6565

6666
The implementation of training command line tools is done via the :class:`~pytorch_lightning.utilities.cli.LightningCLI`
67-
class. The minimal installation of pytorch-lightning does not include this support. To enable it either install
67+
class. The minimal installation of pytorch-lightning does not include this support. To enable it, either install
6868
lightning with the :code:`all` extras require or install the package :code:`jsonargparse[signatures]`.
6969

7070
The case in which the user's :class:`~pytorch_lightning.core.lightning.LightningModule` class implements all required

0 commit comments

Comments
 (0)