From bcdf8d2d3d2c6655a12abd0e307656e0c90d017f Mon Sep 17 00:00:00 2001 From: Ryan Heuser Date: Tue, 19 Dec 2023 19:39:44 -0500 Subject: [PATCH] fix? --- prosodic/lines.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prosodic/lines.py b/prosodic/lines.py index 57636198..a4cece2c 100644 --- a/prosodic/lines.py +++ b/prosodic/lines.py @@ -86,6 +86,8 @@ def iterr(): if targets: yield targets[0] + else: + yield correct_wf return WordFormList(iterr())