From ead9f8aa13549c9f8865e5d41ae64ded359d0212 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 17:13:33 -0800 Subject: [PATCH] Enhance docstring for unrecognized_statements Added a newline for the sake of sphinx. --- pycmx/edit_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index f6d05dd..d202305 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -67,6 +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` """