From fc3f6e993a11f3c47d42d5cfb13f712d0bae96b0 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Thu, 24 Aug 2023 09:58:52 +0200
Subject: [PATCH] docu update

---
 modules/mol/alg/pymod/scoring.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mol/alg/pymod/scoring.py b/modules/mol/alg/pymod/scoring.py
index 80faed359..2d58dfff6 100644
--- a/modules/mol/alg/pymod/scoring.py
+++ b/modules/mol/alg/pymod/scoring.py
@@ -707,7 +707,7 @@ class Scorer:
         Contact as defined in :attr:`~native_contacts`
 
         :type: :class:`list` of :class:`tuple` with 2 elements each
-               (trg_ch1, trg_ch2)
+               (mdl_ch1, mdl_ch2)
         """
         if self._contact_model_interfaces is None:
             self._contact_model_interfaces = self.contact_scorer.cent2.interacting_chains
-- 
GitLab