add missing punctuation in lightning_cli.rst (#7554)

This commit is contained in:
Loic Beheshti 2021-05-15 02:26:47 +02:00 committed by GitHub
parent 6ac16ff348
commit e126649d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ LightningCLI
^^^^^^^^^^^^
The implementation of training command line tools is done via the :class:`~pytorch_lightning.utilities.cli.LightningCLI`
class. The minimal installation of pytorch-lightning does not include this support. To enable it either install
class. The minimal installation of pytorch-lightning does not include this support. To enable it, either install
lightning with the :code:`all` extras require or install the package :code:`jsonargparse[signatures]`.
The case in which the user's :class:`~pytorch_lightning.core.lightning.LightningModule` class implements all required