diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index f64acce8d0429e574c2f723c997d0e0def0be195..94b8a1b3b14bbb62f03c68a043cf270b1e827e9f 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -1547,7 +1547,7 @@ Other Entity-Related Functions :returns: :class:`EntityView` -.. function:: CreateEntityFromView(view, include_exlusive_atoms, handle) +.. function:: CreateEntityFromView(view, include_exlusive_atoms, handle=EntityHandle()) This function behaves exactly like :meth:`EntityHandle.Copy`, except that only atoms, residues, chains and bonds that are present in the view will be @@ -1562,6 +1562,7 @@ Other Entity-Related Functions useful to combine several entities into one. :returns :class:`EntityHandle` + .. _chaintype: ChainType