From f08b04774875f1f63d08f10d70a57b11842392fc Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Mon, 28 Aug 2023 11:48:53 +0200 Subject: [PATCH] typo --- modules/mol/alg/pymod/contact_score.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/alg/pymod/contact_score.py b/modules/mol/alg/pymod/contact_score.py index 2023c6dfc..500e9043f 100644 --- a/modules/mol/alg/pymod/contact_score.py +++ b/modules/mol/alg/pymod/contact_score.py @@ -258,7 +258,7 @@ class ContactScorerResult: return 2*p*r/(p+r) class ContactScorer: - """ Helper object to comput Contact scores + """ Helper object to compute Contact scores Tightly integrated into the mechanisms from the chain_mapping module. The prefered way to derive an object of type :class:`ContactScorer` is -- GitLab