diff --git a/modules/mol/base/doc/editors.rst b/modules/mol/base/doc/editors.rst
index 90fff6941a7063e5a869ce437ee0e863b7e25fea..ca9856360f16c1261181695da9e2af5ddc51d7c1 100644
--- a/modules/mol/base/doc/editors.rst
+++ b/modules/mol/base/doc/editors.rst
@@ -28,9 +28,11 @@ zero, the dependent infomation is updated.
 
 In Python, one can not rely on the destructors being called. It is adviced 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.
+: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.
 
 
 Basic Editing Operations