Skip to content

Commit a08e8ba

Browse files
committed
Fix minor typo in youtube tag
1 parent 5987a4d commit a08e8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelican/plugins/liquid_tags/youtube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def youtube(preprocessor, tag, markup):
119119
</span>
120120
""".strip()
121121
else:
122-
raise ValueError(f'Error processing input, " "expected syntax: {SYNTAX}')
122+
raise ValueError(f"Error processing input, expected syntax: {SYNTAX}")
123123

124124
return youtube_out
125125

0 commit comments

Comments
 (0)