mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-02 09:50:55 +00:00
Update edit_list.py
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user