From b82dc42ea66eaeac89bb48e269959f0f6c5b108f Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Fri, 24 May 2013 01:38:57 +0200 Subject: [PATCH] Fix to documentation --- modules/mol/alg/doc/molalg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/alg/doc/molalg.rst b/modules/mol/alg/doc/molalg.rst index eef42ee0b..91d7ffef8 100644 --- a/modules/mol/alg/doc/molalg.rst +++ b/modules/mol/alg/doc/molalg.rst @@ -423,7 +423,7 @@ The following function detects steric clashes in atomic structures. Two atoms ar This method returns the total number of bonds in the structure checked by the CheckStereoChemistry function - .. method GetAvgZscoreBonds() + .. method:: GetAvgZscoreBonds() This method returns the average z-score of all the bond lengths in the structure, computed using Engh and Huber's mean and standard deviation values. -- GitLab