Skip to content
Snippets Groups Projects
Verified Commit 37b752f9 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix DeprecationWarning warning about invalid escape sequence

parent ed3dc188
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment