From 420a3388591ef9fcc1fd055afb51005c504b4981 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Tue, 9 May 2023 11:54:50 +0200 Subject: [PATCH] docu update --- modules/bindings/doc/tmtools.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bindings/doc/tmtools.rst b/modules/bindings/doc/tmtools.rst index 6d1307e7f..186026653 100644 --- a/modules/bindings/doc/tmtools.rst +++ b/modules/bindings/doc/tmtools.rst @@ -208,9 +208,9 @@ comparing full biounits: :param ent1: Entity from which position and sequence are extracted to run MMalign. :param ent2: Entity from which position and sequence are extracted - to run TMalign, this is the reference. + to run MMalign, this is the reference. :param fast: Whether to apply the *fast* flag to MMAlign - :type chain1: :class:`ost.mol.EntityView` - :type chain2: :class:`ost.mol.EntityView` + :type ent1: :class:`ost.mol.EntityView` + :type ent2: :class:`ost.mol.EntityView` :type fast: :class:`bool` :rtype: :class:`ost.bindings.MMAlignResult` -- GitLab