From 37b752f95bb411bf931e3fc4017e339f3dbd1302 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Wed, 20 Dec 2023 17:04:39 +0100
Subject: [PATCH] fix DeprecationWarning warning about invalid escape sequence

---
 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 2a670f694..e3f5bfd53 100644
--- a/modules/mol/alg/pymod/ligand_scoring.py
+++ b/modules/mol/alg/pymod/ligand_scoring.py
@@ -249,7 +249,7 @@ class LigandScorer:
     :param unassigned: If True, unassigned model ligands are reported in
                        the output together with assigned ligands, with a score
                        of None, and reason for not being assigned in the
-                       \*_details matrix. Defaults to False.
+                       \\*_details matrix. Defaults to False.
     :type unassigned: :class:`bool`
     """
     def __init__(self, model, target, model_ligands=None, target_ligands=None,
-- 
GitLab