Skip to content

Commit 0a2c853

Browse files
authored
Fix typo: Remove extra quotes from triple quotes (#1812)
1 parent 5331a79 commit 0a2c853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Whisper_prompting_guide.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
],
414414
"source": [
415415
"# more natural, sentence-style prompt\n",
416-
"transcribe(bbq_plans_filepath, prompt=\"\"\"\"Aimee and Shawn ate whisky, doughnuts, omelets at a BBQ.\"\"\")"
416+
"transcribe(bbq_plans_filepath, prompt=\"\"\"Aimee and Shawn ate whisky, doughnuts, omelets at a BBQ.\"\"\")"
417417
]
418418
},
419419
{

0 commit comments

Comments
 (0)