Skip to content

Commit a266a92

Browse files
committed
Fix wrong link to PTS term in docs
1 parent 430d258 commit a266a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_simple_video_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def get_frames_displayed_at(
312312
"""Returns multiple frames in the given range.
313313
314314
Frames are in the half open range [start_seconds, stop_seconds). Each
315-
returned frame's :term`pts`, in seconds, is inside of the half open
315+
returned frame's :term:`pts`, in seconds, is inside of the half open
316316
range.
317317
318318
Args:

0 commit comments

Comments
 (0)