From 887f14b8929a77f8832360136b457b6e5081de1c Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Tue, 29 Mar 2011 08:55:18 +0200 Subject: [PATCH] update doc for hetatom property --- modules/mol/base/doc/entity.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 79df5fcf2..34edb07aa 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -620,9 +620,11 @@ The Handle Classes :type: :class:`ResidueHandle` - .. attribute:: is_hetatm + .. attribute:: is_hetatom - Indicates whether this atom is a hetatm. + Indicates whether this atom is a *HETATM*. When loading a structure from a + PDB file, all non-standard aminoacid and nucleotide atoms as well as ligands + are marked as HETATM. .. attribute:: bonds @@ -740,7 +742,7 @@ The Handle Classes .. method:: IsHetAtom() - See :attr:`is_hetatm` + See :attr:`is_hetatom` :rtype: bool -- GitLab