From d017e57caab35b9df422a13c1f5956b89f439622 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Wed, 20 Mar 2019 17:31:24 +0100 Subject: [PATCH] Doc fix --- modules/bindings/pymod/hhblits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bindings/pymod/hhblits.py b/modules/bindings/pymod/hhblits.py index 34efe86af..617784798 100644 --- a/modules/bindings/pymod/hhblits.py +++ b/modules/bindings/pymod/hhblits.py @@ -601,7 +601,7 @@ class HHblits: Converts the A3M alignment file to a hhm profile. If hhm_file is not given, the output file will be set to <:attr:`a3m_file`-basename>.hhm. - The produced A3M file can be parsed by :func:`ParseHHM`. + The produced HHM file can be parsed by :func:`ParseHHM`. If the file was already produced, the existing file path is returned without recomputing it. -- GitLab