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` """