From dbeba018f514335bc839b167e57fdfcae73cd39d Mon Sep 17 00:00:00 2001 From: B13nch3n <stefan.bienert@me.com> Date: Wed, 22 Jul 2020 10:04:29 +0200 Subject: [PATCH] SCHWED-4850: fixes to the documentation --- modules/io/doc/mmcif.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index 510cd7d45..c53a8b858 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -336,7 +336,7 @@ of the annotation available. :type atom1: :class:`~ost.mol.AtomHandle` :param atom2: Second atom of the bond :type atom2: :class:`~ost.mol.AtomHandle` - :param bond_order: bond order (e.g. 1=single, 2=double, 3=triple) + :param bond_order: Bond order (e.g. 1=single, 2=double, 3=triple) :type bond_order: :class:`int` :returns: Nothing -- GitLab