From 5dc6da8f99a201b1ca748a0b446c59ddd9b170d4 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 17:49:14 -0800 Subject: [PATCH] flakey --- pycmx/edit_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index d202305..83340cb 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -67,7 +67,7 @@ class EditList: """ A generator for all the unrecognized statements and corrupt remarks in the list. - + :yields: either a :class:`StmtUnrecognized` or :class:`StmtCorruptRemark` """