Skip to content

Commit 539c947

Browse files
authored
Minor typo fix in basic_example.py (#719)
1 parent ff35e16 commit 539c947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def plot(frames: torch.Tensor, title : Optional[str] = None):
6666
decoder = VideoDecoder(raw_video_bytes)
6767

6868
# %%
69-
# The has not yet been decoded by the decoder, but we already have access to
69+
# The video has not yet been decoded by the decoder, but we already have access to
7070
# some metadata via the ``metadata`` attribute which is a
7171
# :class:`~torchcodec.decoders.VideoStreamMetadata` object.
7272
print(decoder.metadata)

0 commit comments

Comments
 (0)