1
0
mirror of synced 2024-11-12 01:20:47 +01:00
This commit is contained in:
Stepland 2023-08-14 02:46:44 +02:00
parent cb8a0ea36a
commit 6f0af4cd32

View File

@ -277,7 +277,7 @@ def pick_correct_long_note_candidates(
solution, arrow_to_note_candidates
):
warnings.warn(
"Ambiguous arrow pattern in bloc :\n"
"Ambiguous arrow pattern in block :\n"
+ "\n".join("".join(line) for line in bloc)
+ "\n"
"The resulting long notes might not be what you expect"