From 03fe60b8ac64297cf638dc6d07a6873d5f35bb53 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Wed, 28 Feb 2024 13:04:45 +0100 Subject: [PATCH] docu bugfix --- modules/mol/alg/pymod/lddt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/alg/pymod/lddt.py b/modules/mol/alg/pymod/lddt.py index ef35eb0f5..478b23c9e 100644 --- a/modules/mol/alg/pymod/lddt.py +++ b/modules/mol/alg/pymod/lddt.py @@ -451,7 +451,7 @@ class lDDTScorer: number of intra-chain contacts of each extra chain to the expected contacts, thus adding a penalty. - :param penalize_extra_chains: :class:`bool` + :type penalize_extra_chains: :class:`bool` :param residue_mapping: By default, residue mapping is based on residue numbers. That means, a model chain and the respective target chain map to the same -- GitLab