Enhance docstring for unrecognized_statements

Added a newline for the sake of sphinx.
This commit is contained in:
Jamie Hardt
2025-12-16 17:13:33 -08:00
committed by GitHub
parent 3248601445
commit ead9f8aa13

View File

@@ -67,6 +67,7 @@ class EditList:
""" """
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`
""" """