We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f956408 commit 81a1b83Copy full SHA for 81a1b83
pydifact/parser.py
@@ -227,7 +227,7 @@ def convert_tokens_to_segments(
227
for segment in raw_segments:
228
name = segment.pop(0)
229
if with_una and name == "UNA":
230
- # we found another UNA segment.
+ # We found another UNA segment.
231
# This is not in the specs, so raise an error
232
raise EDISyntaxError("There are not multiple UNA segments allowed.")
233
if name == "UNB":
0 commit comments