From 265be86a8ecf077c906e710b701729dd5309fad6 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Wed, 20 Nov 2024 09:27:16 +0000 Subject: [PATCH] Fix typo --- actions/ost-compare-structures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures index 067d154df..9fc39ace5 100644 --- a/actions/ost-compare-structures +++ b/actions/ost-compare-structures @@ -630,7 +630,7 @@ def _ParseArgs(): dest="lddt_add_mdl_contacts", default=False, action="store_true", - help=("Only using contacts in lDDT that" + help=("Only using contacts in lDDT that " "are within a certain distance threshold in the " "reference does not penalize for added model " "contacts. If set to True, this flag will also " -- GitLab