Skip to content

Commit bf27dad

Browse files
fix: variable name
thanks to @NordMike in #9 Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent a356c8d commit bf27dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdoc/utils/loaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ def cached_yt_loader(
22372237
if translation is None:
22382238
translation = []
22392239
else:
2240-
traslation = [translation]
2240+
translation = [translation]
22412241

22422242
with youtube_dl.YoutubeDL(options) as ydl:
22432243
# First check available subs

0 commit comments

Comments
 (0)