Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jul 1, 2022
1 parent a34b40f commit b558d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_creation/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


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
Expand Down

0 comments on commit b558d97

Please sign in to comment.