diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 529da6ce1a3c801801b1153e4c2ec69ddb60b57f..3098c265c90b20e78897a9f193ccc5300883dded 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -19,7 +19,7 @@ The Handle Classes .. class:: EntityHandle The entity class represents a molecular structure. Such a structure is in - general made up of one or more linear chains of residues, which in turn are + general made up of one or more chains of residues, which in turn are formed by one or more atoms. The interface of entities is tailored to biological macromolecules, but this diff --git a/modules/mol/base/doc/mol.rst b/modules/mol/base/doc/mol.rst index 9959e58996950e89302053d6c2d7fbb45f7296aa..1ac7e3f2691b0a28cd299f7176ffa43e8bb4451b 100644 --- a/modules/mol/base/doc/mol.rst +++ b/modules/mol/base/doc/mol.rst @@ -5,7 +5,7 @@ :synopsis: Contains classes and functions to deal with molecular structures and surfaces -The mol module implement data structure to work with molecular datasets. At its heart lie the :class:`EntityHandle` and :class:`EntityView` classes which represent molecular structures such as proteins, DNA, RNA and small molecules. There are also classes to deal with molecular surfaces. +The mol module implements data structures to work with molecular datasets. At its heart lie the :class:`EntityHandle` and :class:`EntityView` classes which represent molecular structures such as proteins, DNA, RNA and small molecules. There are also classes to deal with molecular surfaces. .. toctree:: diff --git a/modules/mol/base/pymod/export_entity.cc b/modules/mol/base/pymod/export_entity.cc index 8cda03816c5c82678682645bf4519bd80dea84c7..a8fa1c8d86ff6990c1e4ae838c0c24915e3dc0c2 100644 --- a/modules/mol/base/pymod/export_entity.cc +++ b/modules/mol/base/pymod/export_entity.cc @@ -102,7 +102,6 @@ void export_Entity() .def("GetAngle", get_angle1) .def("GetAngle", get_angle2) .def("FindTorsion", &EntityHandle::FindTorsion) - .def("Apply", &EntityHandle::Apply) .def("Copy", &EntityHandle::Copy) .def("GetBondList", &EntityHandle::GetBondList) .def("GetAtomList", &EntityHandle::GetAtomList)