Skip to content

Commit 4938adb

Browse files
docs: Fix formatting of NeptuneScaleLogger API key and project placeholders in documentation
1 parent 2c38813 commit 4938adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source-pytorch/visualize/supported_exp_managers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Configure the logger and pass it to the :class:`~lightning.pytorch.trainer.train
119119
from lightning.pytorch.loggers import NeptuneScaleLogger
120120

121121
neptune_scale_logger = NeptuneScaleLogger(
122-
api_key=<YOUR_NEPTUNE_SCALE_API_KEY>, # replace with your own
123-
project=<YOUR_NEPTUNE_SCALE_WORKSPACE>/<YOUR_NEPTUNE_SCALE_PROJECT>, # replace with your own
122+
api_key="<YOUR_NEPTUNE_SCALE_API_KEY>", # replace with your own
123+
project="<YOUR_NEPTUNE_SCALE_WORKSPACE>/<YOUR_NEPTUNE_SCALE_PROJECT>", # replace with your own
124124
)
125125
trainer = Trainer(logger=neptune_scale_logger)
126126

0 commit comments

Comments
 (0)