Skip to content

Commit

Permalink
Fixed docs for WandbLogger (#5128)
Browse files Browse the repository at this point in the history
Fixed a small bug with the `WandbLogger` docs.

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
  • Loading branch information
3 people committed Dec 18, 2020
1 parent e721b1f commit 81070be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/loggers/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class WandbLogger(LightningLoggerBase):
Example::
.. code::
.. code-block:: python
from pytorch_lightning.loggers import WandbLogger
from pytorch_lightning import Trainer
Expand Down

0 comments on commit 81070be

Please sign in to comment.