diff --git a/modules/bindings/pymod/hhblits.py b/modules/bindings/pymod/hhblits.py
index 34efe86afb8b86b2b11c671f9c1be04064b87edf..6177847980ef1aaf711d73d9854c6d0933ed83a9 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.