diff --git a/modules/mol/base/doc/editors.rst b/modules/mol/base/doc/editors.rst index 7dfc823d630deb7a6d86f055fe3ffd099f013264..b07b939b1817f2f2add6d3f48497f30d36457f43 100644 --- a/modules/mol/base/doc/editors.rst +++ b/modules/mol/base/doc/editors.rst @@ -28,12 +28,8 @@ the destructor, this reference count is decremented. When the count drops to zero, the dependent information is updated. In Python, one can not rely on the destructors being called. It is advised to -always put a call to :meth:`XCSEditor.UpdateICS` or -:meth:`ICSEditor.UpdateXCS` when the editing is finished. Alternatively, -starting from Python version 2.6, one can use the \ -`with <http://docs.python.org/reference/compound_stmts.html#with>`_ -statement to make sure the destructor are called and the dependent information -is updated. +always put a call to :meth:`XCSEditor.UpdateICS` or +:meth:`ICSEditor.UpdateXCS` when the editing is finished. Basic Editing Operations