Skip to content
Snippets Groups Projects
Commit cd73def5 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct typo in comment

Former-commit-id: 601542aaecd23293e6517e85157de6c52026774d
parent 7d535cf4
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ class Compound(models.Model): ...@@ -341,7 +341,7 @@ class Compound(models.Model):
@property @property
def biblio_refs(self): def biblio_refs(self):
""" """
return all RefCompoundBiblio related to this complex return all RefCompoundBiblio related to this compound
""" """
return RefCompoundBiblio.objects.filter(compound=self) return RefCompoundBiblio.objects.filter(compound=self)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment