diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py index ca8c46d59537ccbc877d2cc5d977dbb831e62ffd..e0d3571ff40cd5ba622bb5f3051f1225df1dcdd4 100644 --- a/ippisite/ippidb/models.py +++ b/ippisite/ippidb/models.py @@ -341,7 +341,7 @@ class Compound(models.Model): @property def biblio_refs(self): """ - return all RefCompoundBiblio related to this complex + return all RefCompoundBiblio related to this compound """ return RefCompoundBiblio.objects.filter(compound=self)