Skip to content

Commit

Permalink
wandb: Fix example rendering for docs (#5905)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
  • Loading branch information
3 people committed Feb 16, 2021
1 parent 936f42a commit 4531b1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pytorch_lightning/loggers/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ class WandbLogger(LightningLoggerBase):
\**kwargs: Additional arguments like `entity`, `group`, `tags`, etc. used by
:func:`wandb.init` can be passed as keyword arguments in this logger.
Example:
.. code-block:: python
Example::
from pytorch_lightning.loggers import WandbLogger
from pytorch_lightning import Trainer
Expand Down

0 comments on commit 4531b1c

Please sign in to comment.