Skip to content

Commit 552ed1e

Browse files
authored
Fix typo in comet.py (#16326)
1 parent ce4cbe2 commit 552ed1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytorch_lightning/loggers/comet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(self, *args, **kwarg):
160160
audio = "<path to audio data>"
161161
logger.experiment.log_audio(audio, file_name="my_audio.wav")
162162
163-
Log arbitary data assets:
163+
Log arbitrary data assets:
164164
165165
You can log any type of data to Comet as an asset. These can be model
166166
checkpoints, datasets, debug logs, etc.

0 commit comments

Comments
 (0)