Tidy up some comments

svn: r18497
This commit is contained in:
Tim G L Lyons
2011-11-24 14:54:29 +00:00
parent 14954cdd91
commit f0bb1205f3
14 changed files with 20 additions and 11 deletions

View File

@ -89,7 +89,7 @@ class MediaRef(SecondaryObject, PrivacyBase, CitationBase, NoteBase, RefBase,
:returns: Returns the list of child objects that may carry textual data.
:rtype: list
"""
return self.attribute_list # + self.source_list
return self.attribute_list
def get_citation_child_list(self):
"""