Skip to content

Commit fd2ef54

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix typo in gallery example (#6276)
Summary: Co-authored-by: Alexander Jipa <[email protected]> Reviewed By: jdsgomes Differential Revision: D37993416 fbshipit-source-id: a765f16eb9614143a29a2e9202ce828444fde69c
1 parent 59dff9a commit fd2ef54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/plot_video_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def example_read_video(video_object, start=0, end=None, read_video=True, read_au
170170
print(vf.size(), af.size())
171171

172172
####################################
173-
# 3. Building an example randomly sampled dataset (can be applied to training dataest of kinetics400)
173+
# 3. Building an example randomly sampled dataset (can be applied to training dataset of kinetics400)
174174
# -------------------------------------------------------------------------------------------------------
175175
# Cool, so now we can use the same principle to make the sample dataset.
176176
# We suggest trying out iterable dataset for this purpose.

0 commit comments

Comments
 (0)