From 73e869069053905948b00f47668bae5baa8222b3 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Fri, 10 Feb 2023 17:04:28 +0100
Subject: [PATCH] doc: SCHWED-5783 typo

---
 modules/mol/alg/pymod/ligand_scoring.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/mol/alg/pymod/ligand_scoring.py b/modules/mol/alg/pymod/ligand_scoring.py
index f008437be..5238518cf 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
-- 
GitLab