diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 79df5fcf21f9bf6e9daf647b9177204124dc73cc..34edb07aa1b24c7d2b1dfccd72f137db926dee1e 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