From b558d9770290bdf99b448212ecb670c060acc86e Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 1 Jul 2022 18:19:24 -0400 Subject: [PATCH] fix: typo --- video_creation/background.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/background.py b/video_creation/background.py index a99355c..c88204b 100644 --- a/video_creation/background.py +++ b/video_creation/background.py @@ -11,7 +11,7 @@ from utils.console import print_step, print_substep def get_start_and_end_times(video_length: int, length_of_clip: int) -> tuple[int, int]: - """Generates a random interval of time to be used as the beckground of the video. + """Generates a random interval of time to be used as the background of the video. Args: video_length (int): Length of the video