Fixed docs for WandbLogger (#5128)

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>
This commit is contained in:
Haswanth Aekula 2020-12-18 19:00:32 +05:30 committed by Jirka Borovec
parent cb45ab0000
commit ac996fb008
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class WandbLogger(LightningLoggerBase):
Example:: Example::
.. code:: .. code-block:: python
from pytorch_lightning.loggers import WandbLogger from pytorch_lightning.loggers import WandbLogger
from pytorch_lightning import Trainer from pytorch_lightning import Trainer