From cd73def5c7cb7c5a0a5ede2d46209aec9c363e2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Wed, 18 Jul 2018 21:16:34 +0200
Subject: [PATCH] correct typo in comment

Former-commit-id: 601542aaecd23293e6517e85157de6c52026774d
---
 ippisite/ippidb/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py
index ca8c46d5..e0d3571f 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)
 
-- 
GitLab