Skip to content

Commit e08c83e

Browse files
committed
typo
1 parent b0e7638 commit e08c83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def plot(frames: torch.Tensor, title : Optional[str] = None):
128128
#
129129
# .. note::
130130
# A more natural and efficient way to get clips after a given timestamp is to
131-
# rely on the sampling range parameters, which will cover later in :ref:`sampling_range`.
131+
# rely on the sampling range parameters, which we'll cover later in :ref:`sampling_range`.
132132
#
133133
# Index-based and Time-based samplers
134134
# -----------------------------------

0 commit comments

Comments
 (0)