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
def title(self):
"""
The title of this edit list, as attensted by the 'TITLE:' statement on
the first line.
The title of this edit list.
"""
'The title of the edit list'
return self.title_statement.title