Skip to content

Commit b528ab0

Browse files
Update segmentcollection.py
1 parent 3e881b1 commit b528ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydifact/segmentcollection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def add_segments(
192192
def add_segment(self, segment: Segment) -> "AbstractSegmentsContainer":
193193
"""Append a segment to the collection.
194194
195-
Note: skips segments that are header oder footer tags of this segment container type.
195+
Note: skips segments that are header or footer tags of this segment container type.
196196
:param segment: The segment to add
197197
"""
198198
if not segment.tag in (self.HEADER_TAG, self.FOOTER_TAG):

0 commit comments

Comments
 (0)