From c7ac43bbeb9cd95b0930931c6652031be53cfe2b Mon Sep 17 00:00:00 2001
From: tobias <tobias@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Mon, 8 Mar 2010 11:24:47 +0000
Subject: [PATCH] clarified msms header (issue BZDNG-64)

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1786 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/bindings/pymod/msms.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/bindings/pymod/msms.py b/modules/bindings/pymod/msms.py
index ee28f1e2c..bd9f5a8f1 100644
--- a/modules/bindings/pymod/msms.py
+++ b/modules/bindings/pymod/msms.py
@@ -8,8 +8,8 @@ This module is for calculating MSMS surfaces as well as surface areas
 
 How To Use This Module:
  1. Import it (e.g. as "from ost.bindings import msms")
- 2. Use it (e.g. as "surface = MSMS.CalculateSurface(entity)"
-                    "(sesa,sasa)= MSMS.CalculateSurfaceArea(entity)")
+ 2. Use it (e.g. as "surfaces_list = msms.CalculateSurface(entity)"
+                    "(sesa,sasa) = msms.CalculateSurfaceArea(entity)")
 
 Requirement:
  - MSMS installed
-- 
GitLab