From 10f8ab9d89ad0a9848539968cbe526997795a57c Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavalias-github@xavier.robin.name> Date: Thu, 16 Mar 2023 16:54:46 +0100 Subject: [PATCH] doc: SCHWED-5481 missing space breaks layout --- modules/mol/alg/pymod/ligand_scoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/alg/pymod/ligand_scoring.py b/modules/mol/alg/pymod/ligand_scoring.py index ba5a6dc55..15ca94afd 100644 --- a/modules/mol/alg/pymod/ligand_scoring.py +++ b/modules/mol/alg/pymod/ligand_scoring.py @@ -153,7 +153,7 @@ class LigandScorer: or target ligand exits in the structure, and `rename_ligand_chain` is False, a RuntimeError will be raised. If - `rename_ligand_chain` is True, the ligand will + `rename_ligand_chain` is True, the ligand will be moved to a new chain instead, and the move will be logged to the console with SCRIPT level. -- GitLab