Skip to content

Commit 4531b1c

Browse files
EricCousineau-TRIBordacarmocca
authored
wandb: Fix example rendering for docs (#5905)
Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 936f42a commit 4531b1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pytorch_lightning/loggers/wandb.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ class WandbLogger(LightningLoggerBase):
6161
\**kwargs: Additional arguments like `entity`, `group`, `tags`, etc. used by
6262
:func:`wandb.init` can be passed as keyword arguments in this logger.
6363
64-
Example:
65-
66-
.. code-block:: python
64+
Example::
6765
6866
from pytorch_lightning.loggers import WandbLogger
6967
from pytorch_lightning import Trainer

0 commit comments

Comments
 (0)