From 32486014454464dff5e21d0a7ff01624fedd891a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 17:04:54 -0800 Subject: [PATCH] autopep --- pycmx/edit_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index 6c89ffb..f6d05dd 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -65,9 +65,9 @@ class EditList: @property 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. - :yields: either a :class:`StmtUnrecognized` or + :yields: either a :class:`StmtUnrecognized` or :class:`StmtCorruptRemark` """ for s in self.event_statements: