Skip to content

Commit 717e7ce

Browse files
committed
docs
1 parent b5a3dad commit 717e7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonTools/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def extract_video_info(video_path: str) -> VideoInfo:
4444
Uses the ffmpeg.probe function to retrieve information about a video file.
4545
4646
:param video_path: Path to a valid video file
47-
:return: An instance of a VideoTuple named tuple with self-explaining information.
47+
:return: An instance of a VideoInfo named tuple with self-explaining information.
4848
"""
4949

5050
#

0 commit comments

Comments
 (0)