Skip to content

Commit 81a1b83

Browse files
committed
typo
1 parent f956408 commit 81a1b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydifact/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def convert_tokens_to_segments(
227227
for segment in raw_segments:
228228
name = segment.pop(0)
229229
if with_una and name == "UNA":
230-
# we found another UNA segment.
230+
# We found another UNA segment.
231231
# This is not in the specs, so raise an error
232232
raise EDISyntaxError("There are not multiple UNA segments allowed.")
233233
if name == "UNB":

0 commit comments

Comments
 (0)