From c3394bf83ced7e9dee127c118693d5d138057be3 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 5 Aug 2019 17:52:12 +0200
Subject: [PATCH] Fixed docstring formating for Sphinx

---
 modules/bindings/pymod/cadscore.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/bindings/pymod/cadscore.py b/modules/bindings/pymod/cadscore.py
index 8b81c79a9..3b0fd0a0c 100644
--- a/modules/bindings/pymod/cadscore.py
+++ b/modules/bindings/pymod/cadscore.py
@@ -79,8 +79,8 @@ class CADResult:
     Dictionary containing local CAD's atom-atom (AA) scores. 
     
     :type: dictionary (key: tuple(chain, resnum) (e.g.: 
-    ("A", ost.mol.ResNum(24)), value: CAD local AA score 
-    (see CAD Documentation online)
+           ("A", ost.mol.ResNum(24)), value: CAD local AA score 
+           (see CAD Documentation online)
   """
   def __init__(self, globalAA, localAA):    
     self.globalAA=globalAA
-- 
GitLab