diff --git a/modules/mol/alg/pymod/ligand_scoring.py b/modules/mol/alg/pymod/ligand_scoring.py index f008437be482a8fdf4886ae6fba57d0eb53f5985..5238518cf7780037cfbedeeb7019216c8e06d519 100644 --- a/modules/mol/alg/pymod/ligand_scoring.py +++ b/modules/mol/alg/pymod/ligand_scoring.py @@ -177,7 +177,7 @@ class LigandScorer: @property def chain_mapper(self): - """ Chain mapper object for given :attr:`target` + """ Chain mapper object for the given :attr:`target`. :type: :class:`ost.mol.alg.chain_mapping.ChainMapper` """ @@ -189,7 +189,7 @@ class LigandScorer: @staticmethod def _extract_ligands(entity): - """Extracts ligands from entity. Returns a list of residues. + """Extract ligands from entity. Return a list of residues. Assumes that ligands are contained in one or more chain with chain type `mol.ChainType.CHAINTYPE_NON_POLY`. This is typically the case