From e59cf0f8898fb83075db580c91603495810dffea Mon Sep 17 00:00:00 2001
From: Juergen Haas <juergen.haas@unibas.ch>
Date: Thu, 24 May 2012 22:29:51 +0200
Subject: [PATCH] CreateEntityFromView: docu fine tuning

---
 modules/mol/base/doc/entity.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst
index f64acce8d..94b8a1b3b 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
-- 
GitLab