diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index 8a7908d..a8c27f8 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -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