Update edit_list.py

This commit is contained in:
Jamie Hardt
2022-11-18 22:33:33 -08:00
committed by GitHub
parent 00eaccabac
commit e5130b8011

View File

@@ -53,10 +53,8 @@ class EditList:
@property @property
def title(self): def title(self):
""" """
The title of this edit list, as attensted by the 'TITLE:' statement on The title of this edit list.
the first line.
""" """
'The title of the edit list'
return self.title_statement.title return self.title_statement.title