This commit is contained in:
2025-12-16 17:04:54 -08:00
parent 82daa88b8d
commit 3248601445

View File

@@ -65,9 +65,9 @@ class EditList:
@property @property
def unrecognized_statements(self) -> Generator[Any, None, None]: def unrecognized_statements(self) -> Generator[Any, None, None]:
""" """
A generator for all the unrecognized statements and A generator for all the unrecognized statements and
corrupt remarks in the list. corrupt remarks in the list.
:yields: either a :class:`StmtUnrecognized` or :yields: either a :class:`StmtUnrecognized` or
:class:`StmtCorruptRemark` :class:`StmtCorruptRemark`
""" """
for s in self.event_statements: for s in self.event_statements: