Skip to content

Commit 1c7beae

Browse files
clayy24WyattBlue
authored andcommitted
Fix typo
1 parent 9c05d4e commit 1c7beae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

av/container/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def seek(
227227
):
228228
"""seek(offset, *, backward=True, any_frame=False, stream=None)
229229
230-
Seek to a (key)frame nearsest to the given timestamp.
230+
Seek to a (key)frame nearest to the given timestamp.
231231
232232
:param int offset: Time to seek to, expressed in``stream.time_base`` if ``stream``
233233
is given, otherwise in :data:`av.time_base`.

0 commit comments

Comments
 (0)