Skip to content

Commit 81070be

Browse files
hassiahkBordas-rog
authored
Fixed docs for WandbLogger (#5128)
Fixed a small bug with the `WandbLogger` docs. Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Roger Shieh <[email protected]>
1 parent e721b1f commit 81070be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/loggers/wandb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class WandbLogger(LightningLoggerBase):
5959
6060
Example::
6161
62-
.. code::
62+
.. code-block:: python
6363
6464
from pytorch_lightning.loggers import WandbLogger
6565
from pytorch_lightning import Trainer

0 commit comments

Comments
 (0)