Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed May 27, 2021
1 parent f6f8f61 commit 1faa389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/common/loggers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Then configure the logger and pass it to the :class:`~pytorch_lightning.trainer.
trainer = Trainer(logger=wandb_logger)
# log gradients and model topology
WandbLogger.watch(model)
wandb_logger.watch(model)
The :class:`~pytorch_lightning.loggers.WandbLogger` is available anywhere except ``__init__`` in your
:class:`~pytorch_lightning.core.lightning.LightningModule`.
Expand Down

0 comments on commit 1faa389

Please sign in to comment.