From 70a87abfc47ed2852d4d44607220e7fb4cbe4cb0 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 2 Jul 2012 16:16:33 +0200 Subject: [PATCH] Fixed misspelled class MMCifInfoTransOp in documentation. --- modules/io/doc/mmcif.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index 4b3245f2c..e73c15ac9 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -4,7 +4,7 @@ mmCIF File Format The mmCIF file format is an alternate container for structural entities, also provided by the PDB. Here we describe how to load those files and how to deal with information provided above the common PDB format (:class:`MMCifInfo`, -:class:`MMCifInfoCitation`, :class:`MMCifInfoTransOperation`, +:class:`MMCifInfoCitation`, :class:`MMCifInfoTransOp`, :class:`MMCifInfoBioUnit`, :class:`MMCifInfoStructDetails`). @@ -343,7 +343,7 @@ of the annotation available. See :attr:`authors` -.. class:: MMCifInfoTransOperation +.. class:: MMCifInfoTransOp This stores operations needed to transform an :class:`entity <ost.mol.EntityHandle>` into a bio unit. @@ -437,7 +437,7 @@ of the annotation available. .. attribute:: operations Translations and rotations needed to create the bio unit. Filled with - objects of class :class:`MMCifInfoTransOperation`. + objects of class :class:`MMCifInfoTransOp`. Also available as :meth:`GetOperations`. May be modified by :meth:`AddOperations` -- GitLab