From 1eb196c27ba3328e297aa23e62e93440d6f14f43 Mon Sep 17 00:00:00 2001
From: Aleksandra Kos <aleksandra.kos@unibas.ch>
Date: Thu, 17 Feb 2011 16:19:27 +0100
Subject: [PATCH] small cosmetic changes to the documentation

Nothing fancy, just testing push/pull access
---
 modules/mol/base/doc/editors.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/modules/mol/base/doc/editors.rst b/modules/mol/base/doc/editors.rst
index 90fff6941..ca9856360 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
-- 
GitLab