From 1e3578ba54213b65a8cf6a6c94575357b528ef38 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 15 Mar 2018 13:36:46 +0100 Subject: [PATCH] Fixed a glitch in the documentation --- modules/mol/base/doc/entity.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index d5bd34bb3..d4415da8c 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -1200,7 +1200,8 @@ The View Classes .. method:: GetBondCount() Get number of bonds - :rtype: int + + :rtype: :class:`int` .. method:: GetBondList() -- GitLab