From e5130b80115458c860a19750cd36a1215a8a5343 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 18 Nov 2022 22:33:33 -0800 Subject: [PATCH] Update edit_list.py --- pycmx/edit_list.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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