Skip to content

Commit

Permalink
Merge pull request #72 from KarelVerschraegen/patch-1
Browse files Browse the repository at this point in the history
German typo
  • Loading branch information
nerdoc authored Jun 1, 2024
2 parents 0514b5e + b528ab0 commit 7cba5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydifact/segmentcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def add_segments(
def add_segment(self, segment: Segment) -> "AbstractSegmentsContainer":
"""Append a segment to the collection.
Note: skips segments that are header oder footer tags of this segment container type.
Note: skips segments that are header or footer tags of this segment container type.
:param segment: The segment to add
"""
if not segment.tag in (self.HEADER_TAG, self.FOOTER_TAG):
Expand Down

0 comments on commit 7cba5f0

Please sign in to comment.