Skip to content

Commit

Permalink
Update examples/tutorials/streaming_api_tutorial.py
Browse files Browse the repository at this point in the history
Co-authored-by: nateanl <zni@fb.com>
  • Loading branch information
mthrok and nateanl authored Jun 1, 2022
1 parent 42c8c76 commit d2505b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/streaming_api_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
# For example, a valid MP4 format can have its metadata either
# at the beginning or at the end of the media data.
# The ones with metadata at the beginning can be opened without `seek`
# method, but the onew with metadata at the end cannot be opened
# method, but the one with metadata at the end cannot be opened
# without `seek` method.
#

Expand Down

0 comments on commit d2505b3

Please sign in to comment.